v1alpha1

package
v1.9.1 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFilteredMultiClusterIngressInformer

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

NewFilteredMultiClusterIngressInformer constructs a new informer for MultiClusterIngress 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 NewFilteredMultiClusterServiceInformer added in v1.7.0

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

NewFilteredMultiClusterServiceInformer constructs a new informer for MultiClusterService 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 NewMultiClusterIngressInformer

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

NewMultiClusterIngressInformer constructs a new informer for MultiClusterIngress 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 NewMultiClusterServiceInformer added in v1.7.0

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

NewMultiClusterServiceInformer constructs a new informer for MultiClusterService 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 Interface

type Interface interface {
	// MultiClusterIngresses returns a MultiClusterIngressInformer.
	MultiClusterIngresses() MultiClusterIngressInformer
	// MultiClusterServices returns a MultiClusterServiceInformer.
	MultiClusterServices() MultiClusterServiceInformer
}

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

func New

New returns a new Interface.

type MultiClusterIngressInformer

type MultiClusterIngressInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.MultiClusterIngressLister
}

MultiClusterIngressInformer provides access to a shared informer and lister for MultiClusterIngresses.

type MultiClusterServiceInformer added in v1.7.0

type MultiClusterServiceInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.MultiClusterServiceLister
}

MultiClusterServiceInformer provides access to a shared informer and lister for MultiClusterServices.

Jump to

Keyboard shortcuts

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