Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManagedProxyConfigurationLister ¶
type ManagedProxyConfigurationLister interface { // List lists all ManagedProxyConfigurations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ManagedProxyConfiguration, err error) // Get retrieves the ManagedProxyConfiguration from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ManagedProxyConfiguration, error) ManagedProxyConfigurationListerExpansion }
ManagedProxyConfigurationLister helps list ManagedProxyConfigurations. All objects returned here must be treated as read-only.
func NewManagedProxyConfigurationLister ¶
func NewManagedProxyConfigurationLister(indexer cache.Indexer) ManagedProxyConfigurationLister
NewManagedProxyConfigurationLister returns a new ManagedProxyConfigurationLister.
type ManagedProxyConfigurationListerExpansion ¶
type ManagedProxyConfigurationListerExpansion interface{}
ManagedProxyConfigurationListerExpansion allows custom methods to be added to ManagedProxyConfigurationLister.
type ManagedProxyServiceResolverLister ¶ added in v0.3.0
type ManagedProxyServiceResolverLister interface { // List lists all ManagedProxyServiceResolvers in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ManagedProxyServiceResolver, err error) // Get retrieves the ManagedProxyServiceResolver from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ManagedProxyServiceResolver, error) ManagedProxyServiceResolverListerExpansion }
ManagedProxyServiceResolverLister helps list ManagedProxyServiceResolvers. All objects returned here must be treated as read-only.
func NewManagedProxyServiceResolverLister ¶ added in v0.3.0
func NewManagedProxyServiceResolverLister(indexer cache.Indexer) ManagedProxyServiceResolverLister
NewManagedProxyServiceResolverLister returns a new ManagedProxyServiceResolverLister.
type ManagedProxyServiceResolverListerExpansion ¶ added in v0.3.0
type ManagedProxyServiceResolverListerExpansion interface{}
ManagedProxyServiceResolverListerExpansion allows custom methods to be added to ManagedProxyServiceResolverLister.