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