v1alpha1

package
v1.2.2 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAAQInformer

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

NewAAQInformer constructs a new informer for AAQ 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 NewAAQJobQueueConfigInformer

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

NewAAQJobQueueConfigInformer constructs a new informer for AAQJobQueueConfig 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 NewApplicationAwareAppliedClusterResourceQuotaInformer added in v1.1.5

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

NewApplicationAwareAppliedClusterResourceQuotaInformer constructs a new informer for ApplicationAwareAppliedClusterResourceQuota 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 NewApplicationAwareClusterResourceQuotaInformer

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

NewApplicationAwareClusterResourceQuotaInformer constructs a new informer for ApplicationAwareClusterResourceQuota 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 NewApplicationAwareResourceQuotaInformer

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

NewApplicationAwareResourceQuotaInformer constructs a new informer for ApplicationAwareResourceQuota 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 NewFilteredAAQInformer

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

NewFilteredAAQInformer constructs a new informer for AAQ 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 NewFilteredAAQJobQueueConfigInformer

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

NewFilteredAAQJobQueueConfigInformer constructs a new informer for AAQJobQueueConfig 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 NewFilteredApplicationAwareAppliedClusterResourceQuotaInformer added in v1.1.5

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

NewFilteredApplicationAwareAppliedClusterResourceQuotaInformer constructs a new informer for ApplicationAwareAppliedClusterResourceQuota 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 NewFilteredApplicationAwareClusterResourceQuotaInformer

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

NewFilteredApplicationAwareClusterResourceQuotaInformer constructs a new informer for ApplicationAwareClusterResourceQuota 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 NewFilteredApplicationAwareResourceQuotaInformer

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

NewFilteredApplicationAwareResourceQuotaInformer constructs a new informer for ApplicationAwareResourceQuota 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 AAQInformer

type AAQInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.AAQLister
}

AAQInformer provides access to a shared informer and lister for AAQs.

type AAQJobQueueConfigInformer

type AAQJobQueueConfigInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.AAQJobQueueConfigLister
}

AAQJobQueueConfigInformer provides access to a shared informer and lister for AAQJobQueueConfigs.

type ApplicationAwareAppliedClusterResourceQuotaInformer added in v1.1.5

type ApplicationAwareAppliedClusterResourceQuotaInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.ApplicationAwareAppliedClusterResourceQuotaLister
}

ApplicationAwareAppliedClusterResourceQuotaInformer provides access to a shared informer and lister for ApplicationAwareAppliedClusterResourceQuotas.

type ApplicationAwareClusterResourceQuotaInformer

type ApplicationAwareClusterResourceQuotaInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.ApplicationAwareClusterResourceQuotaLister
}

ApplicationAwareClusterResourceQuotaInformer provides access to a shared informer and lister for ApplicationAwareClusterResourceQuotas.

type ApplicationAwareResourceQuotaInformer

type ApplicationAwareResourceQuotaInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.ApplicationAwareResourceQuotaLister
}

ApplicationAwareResourceQuotaInformer provides access to a shared informer and lister for ApplicationAwareResourceQuotas.

type Interface

type Interface interface {
	// AAQs returns a AAQInformer.
	AAQs() AAQInformer
	// AAQJobQueueConfigs returns a AAQJobQueueConfigInformer.
	AAQJobQueueConfigs() AAQJobQueueConfigInformer
	// ApplicationAwareAppliedClusterResourceQuotas returns a ApplicationAwareAppliedClusterResourceQuotaInformer.
	ApplicationAwareAppliedClusterResourceQuotas() ApplicationAwareAppliedClusterResourceQuotaInformer
	// ApplicationAwareClusterResourceQuotas returns a ApplicationAwareClusterResourceQuotaInformer.
	ApplicationAwareClusterResourceQuotas() ApplicationAwareClusterResourceQuotaInformer
	// ApplicationAwareResourceQuotas returns a ApplicationAwareResourceQuotaInformer.
	ApplicationAwareResourceQuotas() ApplicationAwareResourceQuotaInformer
}

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

func New

New returns a new Interface.

Jump to

Keyboard shortcuts

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