Documentation
¶
Index ¶
- func NewBackendLBPolicyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredBackendLBPolicyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredHealthCheckPolicyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredRetryPolicyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewHealthCheckPolicyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewRetryPolicyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type BackendLBPolicyInformer
- type HealthCheckPolicyInformer
- type Interface
- type RetryPolicyInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBackendLBPolicyInformer ¶ added in v1.4.2
func NewBackendLBPolicyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewBackendLBPolicyInformer constructs a new informer for BackendLBPolicy type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredBackendLBPolicyInformer ¶ added in v1.4.2
func NewFilteredBackendLBPolicyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredBackendLBPolicyInformer constructs a new informer for BackendLBPolicy type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredHealthCheckPolicyInformer ¶
func NewFilteredHealthCheckPolicyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredHealthCheckPolicyInformer constructs a new informer for HealthCheckPolicy type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredRetryPolicyInformer ¶
func NewFilteredRetryPolicyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredRetryPolicyInformer constructs a new informer for RetryPolicy type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewHealthCheckPolicyInformer ¶
func NewHealthCheckPolicyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewHealthCheckPolicyInformer constructs a new informer for HealthCheckPolicy type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewRetryPolicyInformer ¶
func NewRetryPolicyInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewRetryPolicyInformer constructs a new informer for RetryPolicy type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
Types ¶
type BackendLBPolicyInformer ¶ added in v1.4.2
type BackendLBPolicyInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha2.BackendLBPolicyLister }
BackendLBPolicyInformer provides access to a shared informer and lister for BackendLBPolicies.
type HealthCheckPolicyInformer ¶
type HealthCheckPolicyInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha2.HealthCheckPolicyLister }
HealthCheckPolicyInformer provides access to a shared informer and lister for HealthCheckPolicies.
type Interface ¶
type Interface interface { // BackendLBPolicies returns a BackendLBPolicyInformer. BackendLBPolicies() BackendLBPolicyInformer // HealthCheckPolicies returns a HealthCheckPolicyInformer. HealthCheckPolicies() HealthCheckPolicyInformer // RetryPolicies returns a RetryPolicyInformer. RetryPolicies() RetryPolicyInformer }
Interface provides access to all the informers in this group version.
func New ¶
func New(f internalinterfaces.SharedInformerFactory, namespace string, tweakListOptions internalinterfaces.TweakListOptionsFunc) Interface
New returns a new Interface.
type RetryPolicyInformer ¶
type RetryPolicyInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha2.RetryPolicyLister }
RetryPolicyInformer provides access to a shared informer and lister for RetryPolicies.