v1

package
v1.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 11, 2024 License: Apache-2.0 Imports: 4 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NetworkAttachmentDefinitionLister

type NetworkAttachmentDefinitionLister interface {
	// List lists all NetworkAttachmentDefinitions in the indexer.
	List(selector labels.Selector) (ret []*v1.NetworkAttachmentDefinition, err error)
	// NetworkAttachmentDefinitions returns an object that can list and get NetworkAttachmentDefinitions.
	NetworkAttachmentDefinitions(namespace string) NetworkAttachmentDefinitionNamespaceLister
	NetworkAttachmentDefinitionListerExpansion
}

NetworkAttachmentDefinitionLister helps list NetworkAttachmentDefinitions.

func NewNetworkAttachmentDefinitionLister

func NewNetworkAttachmentDefinitionLister(indexer cache.Indexer) NetworkAttachmentDefinitionLister

NewNetworkAttachmentDefinitionLister returns a new NetworkAttachmentDefinitionLister.

type NetworkAttachmentDefinitionListerExpansion

type NetworkAttachmentDefinitionListerExpansion interface{}

NetworkAttachmentDefinitionListerExpansion allows custom methods to be added to NetworkAttachmentDefinitionLister.

type NetworkAttachmentDefinitionNamespaceLister

type NetworkAttachmentDefinitionNamespaceLister interface {
	// List lists all NetworkAttachmentDefinitions in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1.NetworkAttachmentDefinition, err error)
	// Get retrieves the NetworkAttachmentDefinition from the indexer for a given namespace and name.
	Get(name string) (*v1.NetworkAttachmentDefinition, error)
	NetworkAttachmentDefinitionNamespaceListerExpansion
}

NetworkAttachmentDefinitionNamespaceLister helps list and get NetworkAttachmentDefinitions.

type NetworkAttachmentDefinitionNamespaceListerExpansion

type NetworkAttachmentDefinitionNamespaceListerExpansion interface{}

NetworkAttachmentDefinitionNamespaceListerExpansion allows custom methods to be added to NetworkAttachmentDefinitionNamespaceLister.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL