v1alpha1

package
v1.0.75 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAddClusterInfoInformer

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

NewAddClusterInfoInformer constructs a new informer for AddClusterInfo 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 NewDeleteAttributeInformer

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

NewDeleteAttributeInformer constructs a new informer for DeleteAttribute 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 NewErrorSamplerInformer added in v1.0.75

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

NewErrorSamplerInformer constructs a new informer for ErrorSampler 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 NewFilteredAddClusterInfoInformer

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

NewFilteredAddClusterInfoInformer constructs a new informer for AddClusterInfo 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 NewFilteredDeleteAttributeInformer

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

NewFilteredDeleteAttributeInformer constructs a new informer for DeleteAttribute 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 NewFilteredErrorSamplerInformer added in v1.0.75

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

NewFilteredErrorSamplerInformer constructs a new informer for ErrorSampler 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 NewFilteredLatencySamplerInformer added in v1.0.75

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

NewFilteredLatencySamplerInformer constructs a new informer for LatencySampler 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 NewFilteredProbabilisticSamplerInformer added in v1.0.66

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

NewFilteredProbabilisticSamplerInformer constructs a new informer for ProbabilisticSampler 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 NewFilteredRenameAttributeInformer

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

NewFilteredRenameAttributeInformer constructs a new informer for RenameAttribute 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 NewLatencySamplerInformer added in v1.0.75

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

NewLatencySamplerInformer constructs a new informer for LatencySampler 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 NewProbabilisticSamplerInformer added in v1.0.66

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

NewProbabilisticSamplerInformer constructs a new informer for ProbabilisticSampler 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 NewRenameAttributeInformer

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

NewRenameAttributeInformer constructs a new informer for RenameAttribute 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 AddClusterInfoInformer

type AddClusterInfoInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.AddClusterInfoLister
}

AddClusterInfoInformer provides access to a shared informer and lister for AddClusterInfos.

type DeleteAttributeInformer

type DeleteAttributeInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.DeleteAttributeLister
}

DeleteAttributeInformer provides access to a shared informer and lister for DeleteAttributes.

type ErrorSamplerInformer added in v1.0.75

type ErrorSamplerInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.ErrorSamplerLister
}

ErrorSamplerInformer provides access to a shared informer and lister for ErrorSamplers.

type Interface

type Interface interface {
	// AddClusterInfos returns a AddClusterInfoInformer.
	AddClusterInfos() AddClusterInfoInformer
	// DeleteAttributes returns a DeleteAttributeInformer.
	DeleteAttributes() DeleteAttributeInformer
	// ErrorSamplers returns a ErrorSamplerInformer.
	ErrorSamplers() ErrorSamplerInformer
	// LatencySamplers returns a LatencySamplerInformer.
	LatencySamplers() LatencySamplerInformer
	// ProbabilisticSamplers returns a ProbabilisticSamplerInformer.
	ProbabilisticSamplers() ProbabilisticSamplerInformer
	// RenameAttributes returns a RenameAttributeInformer.
	RenameAttributes() RenameAttributeInformer
}

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

func New

New returns a new Interface.

type LatencySamplerInformer added in v1.0.75

type LatencySamplerInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.LatencySamplerLister
}

LatencySamplerInformer provides access to a shared informer and lister for LatencySamplers.

type ProbabilisticSamplerInformer added in v1.0.66

type ProbabilisticSamplerInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.ProbabilisticSamplerLister
}

ProbabilisticSamplerInformer provides access to a shared informer and lister for ProbabilisticSamplers.

type RenameAttributeInformer

type RenameAttributeInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.RenameAttributeLister
}

RenameAttributeInformer provides access to a shared informer and lister for RenameAttributes.

Jump to

Keyboard shortcuts

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