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