v1alpha1

package
v0.5.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAliasInformer

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

NewAliasInformer constructs a new informer for Alias 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 NewCustomDomainInformer

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

NewCustomDomainInformer constructs a new informer for CustomDomain 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 NewFilteredAliasInformer

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

NewFilteredAliasInformer constructs a new informer for Alias 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 NewFilteredCustomDomainInformer

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

NewFilteredCustomDomainInformer constructs a new informer for CustomDomain 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 NewFilteredFunctionAsyncInvokeConfigInformer

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

NewFilteredFunctionAsyncInvokeConfigInformer constructs a new informer for FunctionAsyncInvokeConfig 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 NewFilteredFunctionInformer

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

NewFilteredFunctionInformer constructs a new informer for Function 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 NewFilteredServiceInformer

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

NewFilteredServiceInformer constructs a new informer for Service 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 NewFilteredTriggerInformer

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

NewFilteredTriggerInformer constructs a new informer for Trigger 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 NewFunctionAsyncInvokeConfigInformer

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

NewFunctionAsyncInvokeConfigInformer constructs a new informer for FunctionAsyncInvokeConfig 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 NewFunctionInformer

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

NewFunctionInformer constructs a new informer for Function 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 NewServiceInformer

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

NewServiceInformer constructs a new informer for Service 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 NewTriggerInformer

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

NewTriggerInformer constructs a new informer for Trigger 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 AliasInformer

type AliasInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.AliasLister
}

AliasInformer provides access to a shared informer and lister for Aliases.

type CustomDomainInformer

type CustomDomainInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.CustomDomainLister
}

CustomDomainInformer provides access to a shared informer and lister for CustomDomains.

type FunctionAsyncInvokeConfigInformer

type FunctionAsyncInvokeConfigInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.FunctionAsyncInvokeConfigLister
}

FunctionAsyncInvokeConfigInformer provides access to a shared informer and lister for FunctionAsyncInvokeConfigs.

type FunctionInformer

type FunctionInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.FunctionLister
}

FunctionInformer provides access to a shared informer and lister for Functions.

type Interface

type Interface interface {
	// Aliases returns a AliasInformer.
	Aliases() AliasInformer
	// CustomDomains returns a CustomDomainInformer.
	CustomDomains() CustomDomainInformer
	// Functions returns a FunctionInformer.
	Functions() FunctionInformer
	// FunctionAsyncInvokeConfigs returns a FunctionAsyncInvokeConfigInformer.
	FunctionAsyncInvokeConfigs() FunctionAsyncInvokeConfigInformer
	// Services returns a ServiceInformer.
	Services() ServiceInformer
	// Triggers returns a TriggerInformer.
	Triggers() TriggerInformer
}

Interface provides access to all the informers in this group version.

func New

New returns a new Interface.

type ServiceInformer

type ServiceInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.ServiceLister
}

ServiceInformer provides access to a shared informer and lister for Services.

type TriggerInformer

type TriggerInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.TriggerLister
}

TriggerInformer provides access to a shared informer and lister for Triggers.

Jump to

Keyboard shortcuts

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