v1

package
v2024.0.0-...-2a04652 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: BSD-3-Clause Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDaskAutoscalerInformer

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

NewDaskAutoscalerInformer constructs a new informer for DaskAutoscaler 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 NewDaskClusterInformer

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

NewDaskClusterInformer constructs a new informer for DaskCluster 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 NewDaskJobInformer

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

NewDaskJobInformer constructs a new informer for DaskJob 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 NewDaskWorkerGroupInformer

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

NewDaskWorkerGroupInformer constructs a new informer for DaskWorkerGroup 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 NewFilteredDaskAutoscalerInformer

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

NewFilteredDaskAutoscalerInformer constructs a new informer for DaskAutoscaler 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 NewFilteredDaskClusterInformer

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

NewFilteredDaskClusterInformer constructs a new informer for DaskCluster 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 NewFilteredDaskJobInformer

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

NewFilteredDaskJobInformer constructs a new informer for DaskJob 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 NewFilteredDaskWorkerGroupInformer

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

NewFilteredDaskWorkerGroupInformer constructs a new informer for DaskWorkerGroup 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 DaskAutoscalerInformer

type DaskAutoscalerInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.DaskAutoscalerLister
}

DaskAutoscalerInformer provides access to a shared informer and lister for DaskAutoscalers.

type DaskClusterInformer

type DaskClusterInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.DaskClusterLister
}

DaskClusterInformer provides access to a shared informer and lister for DaskClusters.

type DaskJobInformer

type DaskJobInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.DaskJobLister
}

DaskJobInformer provides access to a shared informer and lister for DaskJobs.

type DaskWorkerGroupInformer

type DaskWorkerGroupInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.DaskWorkerGroupLister
}

DaskWorkerGroupInformer provides access to a shared informer and lister for DaskWorkerGroups.

type Interface

type Interface interface {
	// DaskAutoscalers returns a DaskAutoscalerInformer.
	DaskAutoscalers() DaskAutoscalerInformer
	// DaskClusters returns a DaskClusterInformer.
	DaskClusters() DaskClusterInformer
	// DaskJobs returns a DaskJobInformer.
	DaskJobs() DaskJobInformer
	// DaskWorkerGroups returns a DaskWorkerGroupInformer.
	DaskWorkerGroups() DaskWorkerGroupInformer
}

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