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