v1

package
v0.0.0-...-50759bc Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAppWrapperInformer

func NewAppWrapperInformer(client *rest.RESTClient, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewAppWrapperInformer constructs a new informer for AppWrapper 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 NewFilteredAppWrapperInformer

func NewFilteredAppWrapperInformer(client *rest.RESTClient, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer

func NewQueueJobInformer

func NewQueueJobInformer(client *rest.RESTClient, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewQueueJobInformer constructs a new informer for QueueJob 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 NewSchedulingSpecInformer

func NewSchedulingSpecInformer(client *rest.RESTClient, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewSchedulingSpecInformer constructs a new informer for Queue 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 AppWrapperInformer

type AppWrapperInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.AppWrapperLister
}

AppWrapperInformer provides access to a shared informer and lister for AppWrappers.

type Interface

type Interface interface {
	// SchedulingSpecs returns a SchedulingSpecInformer.
	SchedulingSpecs() SchedulingSpecInformer
	// QueueJobs returns a QueueJobInformer.
	QueueJobs() QueueJobInformer
	// AppWrappers returns a QueueJobInformer.
	AppWrappers() AppWrapperInformer
}

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

func New

New returns a new Interface.

type QueueJobInformer

type QueueJobInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.QueueJobLister
}

QueueJobInformer provides access to a shared informer and lister for QueueJobs.

type SchedulingSpecInformer

type SchedulingSpecInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1.SchedulingSpecLister
}

SchedulingSpecInformer provides access to a shared informer and lister for Queues.

Jump to

Keyboard shortcuts

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