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