v1

package
v0.2.14 Latest Latest
Warning

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

Go to latest
Published: May 7, 2026 License: AGPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFilteredMdaiCollectorInformer

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

NewFilteredMdaiCollectorInformer constructs a new informer for MdaiCollector 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 NewFilteredMdaiDalInformer

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

NewFilteredMdaiDalInformer constructs a new informer for MdaiDal 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 NewFilteredMdaiHubInformer

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

NewFilteredMdaiHubInformer constructs a new informer for MdaiHub 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 NewFilteredMdaiIngressInformer

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

NewFilteredMdaiIngressInformer constructs a new informer for MdaiIngress 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 NewFilteredMdaiObserverInformer

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

NewFilteredMdaiObserverInformer constructs a new informer for MdaiObserver 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 NewFilteredMdaiReplayInformer

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

NewFilteredMdaiReplayInformer constructs a new informer for MdaiReplay 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 NewFilteredTelemetryValidationInformer added in v0.2.13

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

NewFilteredTelemetryValidationInformer constructs a new informer for TelemetryValidation 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 NewMdaiCollectorInformer

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

NewMdaiCollectorInformer constructs a new informer for MdaiCollector 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 NewMdaiDalInformer

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

NewMdaiDalInformer constructs a new informer for MdaiDal 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 NewMdaiHubInformer

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

NewMdaiHubInformer constructs a new informer for MdaiHub 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 NewMdaiIngressInformer

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

NewMdaiIngressInformer constructs a new informer for MdaiIngress 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 NewMdaiObserverInformer

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

NewMdaiObserverInformer constructs a new informer for MdaiObserver 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 NewMdaiReplayInformer

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

NewMdaiReplayInformer constructs a new informer for MdaiReplay 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 NewTelemetryValidationInformer added in v0.2.13

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

NewTelemetryValidationInformer constructs a new informer for TelemetryValidation 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 {
	// MdaiCollectors returns a MdaiCollectorInformer.
	MdaiCollectors() MdaiCollectorInformer
	// MdaiDals returns a MdaiDalInformer.
	MdaiDals() MdaiDalInformer
	// MdaiHubs returns a MdaiHubInformer.
	MdaiHubs() MdaiHubInformer
	// MdaiIngresses returns a MdaiIngressInformer.
	MdaiIngresses() MdaiIngressInformer
	// MdaiObservers returns a MdaiObserverInformer.
	MdaiObservers() MdaiObserverInformer
	// MdaiReplays returns a MdaiReplayInformer.
	MdaiReplays() MdaiReplayInformer
	// TelemetryValidations returns a TelemetryValidationInformer.
	TelemetryValidations() TelemetryValidationInformer
}

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

func New

New returns a new Interface.

type MdaiCollectorInformer

type MdaiCollectorInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() apiv1.MdaiCollectorLister
}

MdaiCollectorInformer provides access to a shared informer and lister for MdaiCollectors.

type MdaiDalInformer

type MdaiDalInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() apiv1.MdaiDalLister
}

MdaiDalInformer provides access to a shared informer and lister for MdaiDals.

type MdaiHubInformer

type MdaiHubInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() apiv1.MdaiHubLister
}

MdaiHubInformer provides access to a shared informer and lister for MdaiHubs.

type MdaiIngressInformer

type MdaiIngressInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() apiv1.MdaiIngressLister
}

MdaiIngressInformer provides access to a shared informer and lister for MdaiIngresses.

type MdaiObserverInformer

type MdaiObserverInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() apiv1.MdaiObserverLister
}

MdaiObserverInformer provides access to a shared informer and lister for MdaiObservers.

type MdaiReplayInformer

type MdaiReplayInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() apiv1.MdaiReplayLister
}

MdaiReplayInformer provides access to a shared informer and lister for MdaiReplays.

type TelemetryValidationInformer added in v0.2.13

type TelemetryValidationInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() apiv1.TelemetryValidationLister
}

TelemetryValidationInformer provides access to a shared informer and lister for TelemetryValidations.

Jump to

Keyboard shortcuts

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