v1alpha1

package
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2019 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFilteredPubSubInformer added in v0.10.0

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

NewFilteredPubSubInformer constructs a new informer for PubSub 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 NewFilteredSchedulerInformer added in v0.9.0

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

NewFilteredSchedulerInformer constructs a new informer for Scheduler 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 NewFilteredStorageInformer added in v0.8.1

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

NewFilteredStorageInformer constructs a new informer for Storage 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 NewPubSubInformer added in v0.10.0

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

NewPubSubInformer constructs a new informer for PubSub 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 NewSchedulerInformer added in v0.9.0

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

NewSchedulerInformer constructs a new informer for Scheduler 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 NewStorageInformer added in v0.8.1

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

NewStorageInformer constructs a new informer for Storage 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 {
	// PubSubs returns a PubSubInformer.
	PubSubs() PubSubInformer
	// Schedulers returns a SchedulerInformer.
	Schedulers() SchedulerInformer
	// Storages returns a StorageInformer.
	Storages() StorageInformer
}

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

func New

New returns a new Interface.

type PubSubInformer added in v0.10.0

type PubSubInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.PubSubLister
}

PubSubInformer provides access to a shared informer and lister for PubSubs.

type SchedulerInformer added in v0.9.0

type SchedulerInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.SchedulerLister
}

SchedulerInformer provides access to a shared informer and lister for Schedulers.

type StorageInformer added in v0.8.1

type StorageInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.StorageLister
}

StorageInformer provides access to a shared informer and lister for Storages.

Jump to

Keyboard shortcuts

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