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