v1alpha1

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 9, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFilteredHAProxyCRTListFileInformer

func NewFilteredHAProxyCRTListFileInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredHAProxyCRTListFileInformer constructs a new informer for HAProxyCRTListFile 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 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 NewFilteredHAProxyGeneralFileInformer

func NewFilteredHAProxyGeneralFileInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

NewFilteredHAProxyGeneralFileInformer constructs a new informer for HAProxyGeneralFile 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 NewHAProxyCRTListFileInformer

func NewHAProxyCRTListFileInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewHAProxyCRTListFileInformer constructs a new informer for HAProxyCRTListFile 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 NewHAProxyGeneralFileInformer

func NewHAProxyGeneralFileInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewHAProxyGeneralFileInformer constructs a new informer for HAProxyGeneralFile 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 HAProxyCRTListFileInformer

type HAProxyCRTListFileInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() haproxytemplatev1alpha1.HAProxyCRTListFileLister
}

HAProxyCRTListFileInformer provides access to a shared informer and lister for HAProxyCRTListFiles.

type HAProxyCfgInformer

type HAProxyCfgInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() haproxytemplatev1alpha1.HAProxyCfgLister
}

HAProxyCfgInformer provides access to a shared informer and lister for HAProxyCfgs.

type HAProxyGeneralFileInformer

type HAProxyGeneralFileInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() haproxytemplatev1alpha1.HAProxyGeneralFileLister
}

HAProxyGeneralFileInformer provides access to a shared informer and lister for HAProxyGeneralFiles.

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
	// HAProxyCRTListFiles returns a HAProxyCRTListFileInformer.
	HAProxyCRTListFiles() HAProxyCRTListFileInformer
	// HAProxyGeneralFiles returns a HAProxyGeneralFileInformer.
	HAProxyGeneralFiles() HAProxyGeneralFileInformer
	// 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

New returns a new Interface.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL