Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterDuckTypeLister ¶
type ClusterDuckTypeLister interface { // List lists all ClusterDuckTypes in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ClusterDuckType, err error) // Get retrieves the ClusterDuckType from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ClusterDuckType, error) ClusterDuckTypeListerExpansion }
ClusterDuckTypeLister helps list ClusterDuckTypes. All objects returned here must be treated as read-only.
func NewClusterDuckTypeLister ¶
func NewClusterDuckTypeLister(indexer cache.Indexer) ClusterDuckTypeLister
NewClusterDuckTypeLister returns a new ClusterDuckTypeLister.
type ClusterDuckTypeListerExpansion ¶
type ClusterDuckTypeListerExpansion interface{}
ClusterDuckTypeListerExpansion allows custom methods to be added to ClusterDuckTypeLister.
Click to show internal directories.
Click to hide internal directories.