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