Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NumatopoLister ¶
type NumatopoLister interface { // List lists all Numatopos in the indexer. List(selector labels.Selector) (ret []*v1alpha1.Numatopo, err error) // Numatopos returns an object that can list and get Numatopos. Numatopos(namespace string) NumatopoNamespaceLister NumatopoListerExpansion }
NumatopoLister helps list Numatopos.
func NewNumatopoLister ¶
func NewNumatopoLister(indexer cache.Indexer) NumatopoLister
NewNumatopoLister returns a new NumatopoLister.
type NumatopoListerExpansion ¶
type NumatopoListerExpansion interface{}
NumatopoListerExpansion allows custom methods to be added to NumatopoLister.
type NumatopoNamespaceLister ¶
type NumatopoNamespaceLister interface { // List lists all Numatopos in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.Numatopo, err error) // Get retrieves the Numatopo from the indexer for a given namespace and name. Get(name string) (*v1alpha1.Numatopo, error) NumatopoNamespaceListerExpansion }
NumatopoNamespaceLister helps list and get Numatopos.
type NumatopoNamespaceListerExpansion ¶
type NumatopoNamespaceListerExpansion interface{}
NumatopoNamespaceListerExpansion allows custom methods to be added to NumatopoNamespaceLister.
Click to show internal directories.
Click to hide internal directories.