Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KmeshNodeInfoLister ¶
type KmeshNodeInfoLister interface { // List lists all KmeshNodeInfos in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*kmeshnodeinfov1alpha1.KmeshNodeInfo, err error) // KmeshNodeInfos returns an object that can list and get KmeshNodeInfos. KmeshNodeInfos(namespace string) KmeshNodeInfoNamespaceLister KmeshNodeInfoListerExpansion }
KmeshNodeInfoLister helps list KmeshNodeInfos. All objects returned here must be treated as read-only.
func NewKmeshNodeInfoLister ¶
func NewKmeshNodeInfoLister(indexer cache.Indexer) KmeshNodeInfoLister
NewKmeshNodeInfoLister returns a new KmeshNodeInfoLister.
type KmeshNodeInfoListerExpansion ¶
type KmeshNodeInfoListerExpansion interface{}
KmeshNodeInfoListerExpansion allows custom methods to be added to KmeshNodeInfoLister.
type KmeshNodeInfoNamespaceLister ¶
type KmeshNodeInfoNamespaceLister interface { // List lists all KmeshNodeInfos in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*kmeshnodeinfov1alpha1.KmeshNodeInfo, err error) // Get retrieves the KmeshNodeInfo from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*kmeshnodeinfov1alpha1.KmeshNodeInfo, error) KmeshNodeInfoNamespaceListerExpansion }
KmeshNodeInfoNamespaceLister helps list and get KmeshNodeInfos. All objects returned here must be treated as read-only.
type KmeshNodeInfoNamespaceListerExpansion ¶
type KmeshNodeInfoNamespaceListerExpansion interface{}
KmeshNodeInfoNamespaceListerExpansion allows custom methods to be added to KmeshNodeInfoNamespaceLister.
Click to show internal directories.
Click to hide internal directories.