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