v1alpha1

package
v1.11.0-RC2 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BlockDeviceClaimLister

type BlockDeviceClaimLister interface {
	// List lists all BlockDeviceClaims in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.BlockDeviceClaim, err error)
	// BlockDeviceClaims returns an object that can list and get BlockDeviceClaims.
	BlockDeviceClaims(namespace string) BlockDeviceClaimNamespaceLister
	BlockDeviceClaimListerExpansion
}

BlockDeviceClaimLister helps list BlockDeviceClaims.

func NewBlockDeviceClaimLister

func NewBlockDeviceClaimLister(indexer cache.Indexer) BlockDeviceClaimLister

NewBlockDeviceClaimLister returns a new BlockDeviceClaimLister.

type BlockDeviceClaimListerExpansion

type BlockDeviceClaimListerExpansion interface{}

BlockDeviceClaimListerExpansion allows custom methods to be added to BlockDeviceClaimLister.

type BlockDeviceClaimNamespaceLister

type BlockDeviceClaimNamespaceLister interface {
	// List lists all BlockDeviceClaims in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.BlockDeviceClaim, err error)
	// Get retrieves the BlockDeviceClaim from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.BlockDeviceClaim, error)
	BlockDeviceClaimNamespaceListerExpansion
}

BlockDeviceClaimNamespaceLister helps list and get BlockDeviceClaims.

type BlockDeviceClaimNamespaceListerExpansion

type BlockDeviceClaimNamespaceListerExpansion interface{}

BlockDeviceClaimNamespaceListerExpansion allows custom methods to be added to BlockDeviceClaimNamespaceLister.

type BlockDeviceLister

type BlockDeviceLister interface {
	// List lists all BlockDevices in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.BlockDevice, err error)
	// BlockDevices returns an object that can list and get BlockDevices.
	BlockDevices(namespace string) BlockDeviceNamespaceLister
	BlockDeviceListerExpansion
}

BlockDeviceLister helps list BlockDevices.

func NewBlockDeviceLister

func NewBlockDeviceLister(indexer cache.Indexer) BlockDeviceLister

NewBlockDeviceLister returns a new BlockDeviceLister.

type BlockDeviceListerExpansion

type BlockDeviceListerExpansion interface{}

BlockDeviceListerExpansion allows custom methods to be added to BlockDeviceLister.

type BlockDeviceNamespaceLister

type BlockDeviceNamespaceLister interface {
	// List lists all BlockDevices in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.BlockDevice, err error)
	// Get retrieves the BlockDevice from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.BlockDevice, error)
	BlockDeviceNamespaceListerExpansion
}

BlockDeviceNamespaceLister helps list and get BlockDevices.

type BlockDeviceNamespaceListerExpansion

type BlockDeviceNamespaceListerExpansion interface{}

BlockDeviceNamespaceListerExpansion allows custom methods to be added to BlockDeviceNamespaceLister.

type DiskLister

type DiskLister interface {
	// List lists all Disks in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Disk, err error)
	// Get retrieves the Disk from the index for a given name.
	Get(name string) (*v1alpha1.Disk, error)
	DiskListerExpansion
}

DiskLister helps list Disks.

func NewDiskLister

func NewDiskLister(indexer cache.Indexer) DiskLister

NewDiskLister returns a new DiskLister.

type DiskListerExpansion

type DiskListerExpansion interface{}

DiskListerExpansion allows custom methods to be added to DiskLister.

Jump to

Keyboard shortcuts

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