v1alpha1

package
v0.5.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFilteredGalleryInformer

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

NewFilteredGalleryInformer constructs a new informer for Gallery 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 NewFilteredSharedImageInformer

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

NewFilteredSharedImageInformer constructs a new informer for SharedImage 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 NewFilteredVersionInformer

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

NewFilteredVersionInformer constructs a new informer for Version 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 NewGalleryInformer

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

NewGalleryInformer constructs a new informer for Gallery 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 NewSharedImageInformer

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

NewSharedImageInformer constructs a new informer for SharedImage 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 NewVersionInformer

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

NewVersionInformer constructs a new informer for Version 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 GalleryInformer

type GalleryInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.GalleryLister
}

GalleryInformer provides access to a shared informer and lister for Galleries.

type Interface

type Interface interface {
	// Galleries returns a GalleryInformer.
	Galleries() GalleryInformer
	// SharedImages returns a SharedImageInformer.
	SharedImages() SharedImageInformer
	// Versions returns a VersionInformer.
	Versions() VersionInformer
}

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

func New

New returns a new Interface.

type SharedImageInformer

type SharedImageInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.SharedImageLister
}

SharedImageInformer provides access to a shared informer and lister for SharedImages.

type VersionInformer

type VersionInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.VersionLister
}

VersionInformer provides access to a shared informer and lister for Versions.

Jump to

Keyboard shortcuts

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