Documentation
¶
Index ¶
- func NewFilteredHAProxyCfgInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredHAProxyMapFileInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredHAProxyTemplateConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewHAProxyCfgInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewHAProxyMapFileInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewHAProxyTemplateConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type HAProxyCfgInformer
- type HAProxyMapFileInformer
- type HAProxyTemplateConfigInformer
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredHAProxyCfgInformer ¶
func NewFilteredHAProxyCfgInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredHAProxyCfgInformer constructs a new informer for HAProxyCfg 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 NewFilteredHAProxyMapFileInformer ¶
func NewFilteredHAProxyMapFileInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredHAProxyMapFileInformer constructs a new informer for HAProxyMapFile 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 NewFilteredHAProxyTemplateConfigInformer ¶
func NewFilteredHAProxyTemplateConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredHAProxyTemplateConfigInformer constructs a new informer for HAProxyTemplateConfig 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 NewHAProxyCfgInformer ¶
func NewHAProxyCfgInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewHAProxyCfgInformer constructs a new informer for HAProxyCfg 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 NewHAProxyMapFileInformer ¶
func NewHAProxyMapFileInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewHAProxyMapFileInformer constructs a new informer for HAProxyMapFile 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 NewHAProxyTemplateConfigInformer ¶
func NewHAProxyTemplateConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewHAProxyTemplateConfigInformer constructs a new informer for HAProxyTemplateConfig 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 HAProxyCfgInformer ¶
type HAProxyCfgInformer interface {
Informer() cache.SharedIndexInformer
Lister() haproxytemplatev1alpha1.HAProxyCfgLister
}
HAProxyCfgInformer provides access to a shared informer and lister for HAProxyCfgs.
type HAProxyMapFileInformer ¶
type HAProxyMapFileInformer interface {
Informer() cache.SharedIndexInformer
Lister() haproxytemplatev1alpha1.HAProxyMapFileLister
}
HAProxyMapFileInformer provides access to a shared informer and lister for HAProxyMapFiles.
type HAProxyTemplateConfigInformer ¶
type HAProxyTemplateConfigInformer interface {
Informer() cache.SharedIndexInformer
Lister() haproxytemplatev1alpha1.HAProxyTemplateConfigLister
}
HAProxyTemplateConfigInformer provides access to a shared informer and lister for HAProxyTemplateConfigs.
type Interface ¶
type Interface interface {
// HAProxyCfgs returns a HAProxyCfgInformer.
HAProxyCfgs() HAProxyCfgInformer
// HAProxyMapFiles returns a HAProxyMapFileInformer.
HAProxyMapFiles() HAProxyMapFileInformer
// HAProxyTemplateConfigs returns a HAProxyTemplateConfigInformer.
HAProxyTemplateConfigs() HAProxyTemplateConfigInformer
}
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.