v1alpha1

package
v0.0.0-...-3d06aa7 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFilteredResourceCompositionInformer

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

NewFilteredResourceCompositionInformer constructs a new informer for ResourceComposition 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 NewFilteredResourceEventInformer

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

NewFilteredResourceEventInformer constructs a new informer for ResourceEvent 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 NewFilteredResourceMonitorInformer

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

NewFilteredResourceMonitorInformer constructs a new informer for ResourceMonitor 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 NewFilteredResourcePolicyInformer

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

NewFilteredResourcePolicyInformer constructs a new informer for ResourcePolicy 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 NewResourceCompositionInformer

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

NewResourceCompositionInformer constructs a new informer for ResourceComposition 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 NewResourceEventInformer

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

NewResourceEventInformer constructs a new informer for ResourceEvent 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 NewResourceMonitorInformer

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

NewResourceMonitorInformer constructs a new informer for ResourceMonitor 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 NewResourcePolicyInformer

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

NewResourcePolicyInformer constructs a new informer for ResourcePolicy 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 {
	// ResourceCompositions returns a ResourceCompositionInformer.
	ResourceCompositions() ResourceCompositionInformer
	// ResourceEvents returns a ResourceEventInformer.
	ResourceEvents() ResourceEventInformer
	// ResourceMonitors returns a ResourceMonitorInformer.
	ResourceMonitors() ResourceMonitorInformer
	// ResourcePolicies returns a ResourcePolicyInformer.
	ResourcePolicies() ResourcePolicyInformer
}

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

func New

New returns a new Interface.

type ResourceCompositionInformer

type ResourceCompositionInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.ResourceCompositionLister
}

ResourceCompositionInformer provides access to a shared informer and lister for ResourceCompositions.

type ResourceEventInformer

type ResourceEventInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.ResourceEventLister
}

ResourceEventInformer provides access to a shared informer and lister for ResourceEvents.

type ResourceMonitorInformer

type ResourceMonitorInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.ResourceMonitorLister
}

ResourceMonitorInformer provides access to a shared informer and lister for ResourceMonitors.

type ResourcePolicyInformer

type ResourcePolicyInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.ResourcePolicyLister
}

ResourcePolicyInformer provides access to a shared informer and lister for ResourcePolicies.

Jump to

Keyboard shortcuts

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