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.
Click to show internal directories.
Click to hide internal directories.