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