v1beta1

package
v1.23.8 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CDIConfigLister

type CDIConfigLister interface {
	// List lists all CDIConfigs in the indexer.
	List(selector labels.Selector) (ret []*v1beta1.CDIConfig, err error)
	// Get retrieves the CDIConfig from the index for a given name.
	Get(name string) (*v1beta1.CDIConfig, error)
	CDIConfigListerExpansion
}

CDIConfigLister helps list CDIConfigs.

func NewCDIConfigLister

func NewCDIConfigLister(indexer cache.Indexer) CDIConfigLister

NewCDIConfigLister returns a new CDIConfigLister.

type CDIConfigListerExpansion

type CDIConfigListerExpansion interface{}

CDIConfigListerExpansion allows custom methods to be added to CDIConfigLister.

type CDILister

type CDILister interface {
	// List lists all CDIs in the indexer.
	List(selector labels.Selector) (ret []*v1beta1.CDI, err error)
	// Get retrieves the CDI from the index for a given name.
	Get(name string) (*v1beta1.CDI, error)
	CDIListerExpansion
}

CDILister helps list CDIs.

func NewCDILister

func NewCDILister(indexer cache.Indexer) CDILister

NewCDILister returns a new CDILister.

type CDIListerExpansion

type CDIListerExpansion interface{}

CDIListerExpansion allows custom methods to be added to CDILister.

type DataVolumeLister

type DataVolumeLister interface {
	// List lists all DataVolumes in the indexer.
	List(selector labels.Selector) (ret []*v1beta1.DataVolume, err error)
	// DataVolumes returns an object that can list and get DataVolumes.
	DataVolumes(namespace string) DataVolumeNamespaceLister
	DataVolumeListerExpansion
}

DataVolumeLister helps list DataVolumes.

func NewDataVolumeLister

func NewDataVolumeLister(indexer cache.Indexer) DataVolumeLister

NewDataVolumeLister returns a new DataVolumeLister.

type DataVolumeListerExpansion

type DataVolumeListerExpansion interface{}

DataVolumeListerExpansion allows custom methods to be added to DataVolumeLister.

type DataVolumeNamespaceLister

type DataVolumeNamespaceLister interface {
	// List lists all DataVolumes in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1beta1.DataVolume, err error)
	// Get retrieves the DataVolume from the indexer for a given namespace and name.
	Get(name string) (*v1beta1.DataVolume, error)
	DataVolumeNamespaceListerExpansion
}

DataVolumeNamespaceLister helps list and get DataVolumes.

type DataVolumeNamespaceListerExpansion

type DataVolumeNamespaceListerExpansion interface{}

DataVolumeNamespaceListerExpansion allows custom methods to be added to DataVolumeNamespaceLister.

Jump to

Keyboard shortcuts

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