v1alpha1

package
v1.11.0-RC1 Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2020 License: Apache-2.0 Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewBlockDeviceClaimInformer

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

NewBlockDeviceClaimInformer constructs a new informer for BlockDeviceClaim 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 NewBlockDeviceInformer

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

NewBlockDeviceInformer constructs a new informer for BlockDevice 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 NewDiskInformer

func NewDiskInformer(client internalclientset.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewDiskInformer constructs a new informer for Disk 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 NewFilteredBlockDeviceClaimInformer

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

NewFilteredBlockDeviceClaimInformer constructs a new informer for BlockDeviceClaim 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 NewFilteredBlockDeviceInformer

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

NewFilteredBlockDeviceInformer constructs a new informer for BlockDevice 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 NewFilteredDiskInformer

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

NewFilteredDiskInformer constructs a new informer for Disk 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 BlockDeviceClaimInformer

type BlockDeviceClaimInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.BlockDeviceClaimLister
}

BlockDeviceClaimInformer provides access to a shared informer and lister for BlockDeviceClaims.

type BlockDeviceInformer

type BlockDeviceInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.BlockDeviceLister
}

BlockDeviceInformer provides access to a shared informer and lister for BlockDevices.

type DiskInformer

type DiskInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.DiskLister
}

DiskInformer provides access to a shared informer and lister for Disks.

type Interface

type Interface interface {
	// BlockDevices returns a BlockDeviceInformer.
	BlockDevices() BlockDeviceInformer
	// BlockDeviceClaims returns a BlockDeviceClaimInformer.
	BlockDeviceClaims() BlockDeviceClaimInformer
	// Disks returns a DiskInformer.
	Disks() DiskInformer
}

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