v1

package
v0.0.0-...-88ad6e2 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewApintoAuthInformer

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

NewApintoAuthInformer constructs a new informer for ApintoAuth 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 NewApintoDiscoveryInformer

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

NewApintoDiscoveryInformer constructs a new informer for ApintoDiscovery 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 NewApintoGlobalSettingInformer

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

NewApintoGlobalSettingInformer constructs a new informer for ApintoGlobalSetting 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 NewApintoOutputInformer

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

NewApintoOutputInformer constructs a new informer for ApintoOutput 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 NewApintoRouterInformer

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

NewApintoRouterInformer constructs a new informer for ApintoRouter 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 NewApintoServiceInformer

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

NewApintoServiceInformer constructs a new informer for ApintoService 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 NewApintoUpstreamInformer

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

NewApintoUpstreamInformer constructs a new informer for ApintoUpstream 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 NewFilteredApintoAuthInformer

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

NewFilteredApintoAuthInformer constructs a new informer for ApintoAuth 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 NewFilteredApintoDiscoveryInformer

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

NewFilteredApintoDiscoveryInformer constructs a new informer for ApintoDiscovery 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 NewFilteredApintoGlobalSettingInformer

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

NewFilteredApintoGlobalSettingInformer constructs a new informer for ApintoGlobalSetting 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 NewFilteredApintoOutputInformer

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

NewFilteredApintoOutputInformer constructs a new informer for ApintoOutput 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 NewFilteredApintoRouterInformer

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

NewFilteredApintoRouterInformer constructs a new informer for ApintoRouter 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 NewFilteredApintoServiceInformer

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

NewFilteredApintoServiceInformer constructs a new informer for ApintoService 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 NewFilteredApintoUpstreamInformer

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

NewFilteredApintoUpstreamInformer constructs a new informer for ApintoUpstream 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 ApintoAuthInformer

type ApintoAuthInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.ApintoAuthLister
}

ApintoAuthInformer provides access to a shared informer and lister for ApintoAuths.

type ApintoDiscoveryInformer

type ApintoDiscoveryInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.ApintoDiscoveryLister
}

ApintoDiscoveryInformer provides access to a shared informer and lister for ApintoDiscoveries.

type ApintoGlobalSettingInformer

type ApintoGlobalSettingInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.ApintoGlobalSettingLister
}

ApintoGlobalSettingInformer provides access to a shared informer and lister for ApintoGlobalSettings.

type ApintoOutputInformer

type ApintoOutputInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.ApintoOutputLister
}

ApintoOutputInformer provides access to a shared informer and lister for ApintoOutputs.

type ApintoRouterInformer

type ApintoRouterInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.ApintoRouterLister
}

ApintoRouterInformer provides access to a shared informer and lister for ApintoRouters.

type ApintoServiceInformer

type ApintoServiceInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.ApintoServiceLister
}

ApintoServiceInformer provides access to a shared informer and lister for ApintoServices.

type ApintoUpstreamInformer

type ApintoUpstreamInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.ApintoUpstreamLister
}

ApintoUpstreamInformer provides access to a shared informer and lister for ApintoUpstreams.

type Interface

type Interface interface {
	// ApintoAuths returns a ApintoAuthInformer.
	ApintoAuths() ApintoAuthInformer
	// ApintoDiscoveries returns a ApintoDiscoveryInformer.
	ApintoDiscoveries() ApintoDiscoveryInformer
	// ApintoGlobalSettings returns a ApintoGlobalSettingInformer.
	ApintoGlobalSettings() ApintoGlobalSettingInformer
	// ApintoOutputs returns a ApintoOutputInformer.
	ApintoOutputs() ApintoOutputInformer
	// ApintoRouters returns a ApintoRouterInformer.
	ApintoRouters() ApintoRouterInformer
	// ApintoServices returns a ApintoServiceInformer.
	ApintoServices() ApintoServiceInformer
	// ApintoUpstreams returns a ApintoUpstreamInformer.
	ApintoUpstreams() ApintoUpstreamInformer
}

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