v1

package
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2024 License: Apache-2.0 Imports: 10 Imported by: 14

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewClusterManagerInformer

func NewClusterManagerInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewClusterManagerInformer constructs a new informer for ClusterManager 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 NewFilteredClusterManagerInformer

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

NewFilteredClusterManagerInformer constructs a new informer for ClusterManager 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 NewFilteredKlusterletInformer

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

NewFilteredKlusterletInformer constructs a new informer for Klusterlet 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 NewKlusterletInformer

func NewKlusterletInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewKlusterletInformer constructs a new informer for Klusterlet 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 ClusterManagerInformer

type ClusterManagerInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.ClusterManagerLister
}

ClusterManagerInformer provides access to a shared informer and lister for ClusterManagers.

type Interface

type Interface interface {
	// ClusterManagers returns a ClusterManagerInformer.
	ClusterManagers() ClusterManagerInformer
	// Klusterlets returns a KlusterletInformer.
	Klusterlets() KlusterletInformer
}

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

func New

New returns a new Interface.

type KlusterletInformer

type KlusterletInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.KlusterletLister
}

KlusterletInformer provides access to a shared informer and lister for Klusterlets.

Jump to

Keyboard shortcuts

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