v1beta1

package
v1.59.0 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2024 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.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.CDIConfig, err error)
	// Get retrieves the CDIConfig from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.CDIConfig, error)
	CDIConfigListerExpansion
}

CDIConfigLister helps list CDIConfigs. All objects returned here must be treated as read-only.

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.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.CDI, err error)
	// Get retrieves the CDI from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.CDI, error)
	CDIListerExpansion
}

CDILister helps list CDIs. All objects returned here must be treated as read-only.

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 DataImportCronLister added in v1.36.0

type DataImportCronLister interface {
	// List lists all DataImportCrons in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.DataImportCron, err error)
	// DataImportCrons returns an object that can list and get DataImportCrons.
	DataImportCrons(namespace string) DataImportCronNamespaceLister
	DataImportCronListerExpansion
}

DataImportCronLister helps list DataImportCrons. All objects returned here must be treated as read-only.

func NewDataImportCronLister added in v1.36.0

func NewDataImportCronLister(indexer cache.Indexer) DataImportCronLister

NewDataImportCronLister returns a new DataImportCronLister.

type DataImportCronListerExpansion added in v1.36.0

type DataImportCronListerExpansion interface{}

DataImportCronListerExpansion allows custom methods to be added to DataImportCronLister.

type DataImportCronNamespaceLister added in v1.36.0

type DataImportCronNamespaceLister interface {
	// List lists all DataImportCrons in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.DataImportCron, err error)
	// Get retrieves the DataImportCron from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.DataImportCron, error)
	DataImportCronNamespaceListerExpansion
}

DataImportCronNamespaceLister helps list and get DataImportCrons. All objects returned here must be treated as read-only.

type DataImportCronNamespaceListerExpansion added in v1.36.0

type DataImportCronNamespaceListerExpansion interface{}

DataImportCronNamespaceListerExpansion allows custom methods to be added to DataImportCronNamespaceLister.

type DataSourceLister added in v1.36.0

type DataSourceLister interface {
	// List lists all DataSources in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.DataSource, err error)
	// DataSources returns an object that can list and get DataSources.
	DataSources(namespace string) DataSourceNamespaceLister
	DataSourceListerExpansion
}

DataSourceLister helps list DataSources. All objects returned here must be treated as read-only.

func NewDataSourceLister added in v1.36.0

func NewDataSourceLister(indexer cache.Indexer) DataSourceLister

NewDataSourceLister returns a new DataSourceLister.

type DataSourceListerExpansion added in v1.36.0

type DataSourceListerExpansion interface{}

DataSourceListerExpansion allows custom methods to be added to DataSourceLister.

type DataSourceNamespaceLister added in v1.36.0

type DataSourceNamespaceLister interface {
	// List lists all DataSources in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.DataSource, err error)
	// Get retrieves the DataSource from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.DataSource, error)
	DataSourceNamespaceListerExpansion
}

DataSourceNamespaceLister helps list and get DataSources. All objects returned here must be treated as read-only.

type DataSourceNamespaceListerExpansion added in v1.36.0

type DataSourceNamespaceListerExpansion interface{}

DataSourceNamespaceListerExpansion allows custom methods to be added to DataSourceNamespaceLister.

type DataVolumeLister

type DataVolumeLister interface {
	// List lists all DataVolumes in the indexer.
	// Objects returned here must be treated as read-only.
	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. All objects returned here must be treated as read-only.

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.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.DataVolume, err error)
	// Get retrieves the DataVolume from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.DataVolume, error)
	DataVolumeNamespaceListerExpansion
}

DataVolumeNamespaceLister helps list and get DataVolumes. All objects returned here must be treated as read-only.

type DataVolumeNamespaceListerExpansion

type DataVolumeNamespaceListerExpansion interface{}

DataVolumeNamespaceListerExpansion allows custom methods to be added to DataVolumeNamespaceLister.

type ObjectTransferLister added in v1.31.0

type ObjectTransferLister interface {
	// List lists all ObjectTransfers in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.ObjectTransfer, err error)
	// Get retrieves the ObjectTransfer from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.ObjectTransfer, error)
	ObjectTransferListerExpansion
}

ObjectTransferLister helps list ObjectTransfers. All objects returned here must be treated as read-only.

func NewObjectTransferLister added in v1.31.0

func NewObjectTransferLister(indexer cache.Indexer) ObjectTransferLister

NewObjectTransferLister returns a new ObjectTransferLister.

type ObjectTransferListerExpansion added in v1.31.0

type ObjectTransferListerExpansion interface{}

ObjectTransferListerExpansion allows custom methods to be added to ObjectTransferLister.

type StorageProfileLister added in v1.31.0

type StorageProfileLister interface {
	// List lists all StorageProfiles in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.StorageProfile, err error)
	// Get retrieves the StorageProfile from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.StorageProfile, error)
	StorageProfileListerExpansion
}

StorageProfileLister helps list StorageProfiles. All objects returned here must be treated as read-only.

func NewStorageProfileLister added in v1.31.0

func NewStorageProfileLister(indexer cache.Indexer) StorageProfileLister

NewStorageProfileLister returns a new StorageProfileLister.

type StorageProfileListerExpansion added in v1.31.0

type StorageProfileListerExpansion interface{}

StorageProfileListerExpansion allows custom methods to be added to StorageProfileLister.

type VolumeCloneSourceLister added in v1.57.0

type VolumeCloneSourceLister interface {
	// List lists all VolumeCloneSources in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.VolumeCloneSource, err error)
	// VolumeCloneSources returns an object that can list and get VolumeCloneSources.
	VolumeCloneSources(namespace string) VolumeCloneSourceNamespaceLister
	VolumeCloneSourceListerExpansion
}

VolumeCloneSourceLister helps list VolumeCloneSources. All objects returned here must be treated as read-only.

func NewVolumeCloneSourceLister added in v1.57.0

func NewVolumeCloneSourceLister(indexer cache.Indexer) VolumeCloneSourceLister

NewVolumeCloneSourceLister returns a new VolumeCloneSourceLister.

type VolumeCloneSourceListerExpansion added in v1.57.0

type VolumeCloneSourceListerExpansion interface{}

VolumeCloneSourceListerExpansion allows custom methods to be added to VolumeCloneSourceLister.

type VolumeCloneSourceNamespaceLister added in v1.57.0

type VolumeCloneSourceNamespaceLister interface {
	// List lists all VolumeCloneSources in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.VolumeCloneSource, err error)
	// Get retrieves the VolumeCloneSource from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.VolumeCloneSource, error)
	VolumeCloneSourceNamespaceListerExpansion
}

VolumeCloneSourceNamespaceLister helps list and get VolumeCloneSources. All objects returned here must be treated as read-only.

type VolumeCloneSourceNamespaceListerExpansion added in v1.57.0

type VolumeCloneSourceNamespaceListerExpansion interface{}

VolumeCloneSourceNamespaceListerExpansion allows custom methods to be added to VolumeCloneSourceNamespaceLister.

type VolumeImportSourceLister added in v1.57.0

type VolumeImportSourceLister interface {
	// List lists all VolumeImportSources in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.VolumeImportSource, err error)
	// VolumeImportSources returns an object that can list and get VolumeImportSources.
	VolumeImportSources(namespace string) VolumeImportSourceNamespaceLister
	VolumeImportSourceListerExpansion
}

VolumeImportSourceLister helps list VolumeImportSources. All objects returned here must be treated as read-only.

func NewVolumeImportSourceLister added in v1.57.0

func NewVolumeImportSourceLister(indexer cache.Indexer) VolumeImportSourceLister

NewVolumeImportSourceLister returns a new VolumeImportSourceLister.

type VolumeImportSourceListerExpansion added in v1.57.0

type VolumeImportSourceListerExpansion interface{}

VolumeImportSourceListerExpansion allows custom methods to be added to VolumeImportSourceLister.

type VolumeImportSourceNamespaceLister added in v1.57.0

type VolumeImportSourceNamespaceLister interface {
	// List lists all VolumeImportSources in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.VolumeImportSource, err error)
	// Get retrieves the VolumeImportSource from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.VolumeImportSource, error)
	VolumeImportSourceNamespaceListerExpansion
}

VolumeImportSourceNamespaceLister helps list and get VolumeImportSources. All objects returned here must be treated as read-only.

type VolumeImportSourceNamespaceListerExpansion added in v1.57.0

type VolumeImportSourceNamespaceListerExpansion interface{}

VolumeImportSourceNamespaceListerExpansion allows custom methods to be added to VolumeImportSourceNamespaceLister.

type VolumeUploadSourceLister added in v1.57.0

type VolumeUploadSourceLister interface {
	// List lists all VolumeUploadSources in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.VolumeUploadSource, err error)
	// VolumeUploadSources returns an object that can list and get VolumeUploadSources.
	VolumeUploadSources(namespace string) VolumeUploadSourceNamespaceLister
	VolumeUploadSourceListerExpansion
}

VolumeUploadSourceLister helps list VolumeUploadSources. All objects returned here must be treated as read-only.

func NewVolumeUploadSourceLister added in v1.57.0

func NewVolumeUploadSourceLister(indexer cache.Indexer) VolumeUploadSourceLister

NewVolumeUploadSourceLister returns a new VolumeUploadSourceLister.

type VolumeUploadSourceListerExpansion added in v1.57.0

type VolumeUploadSourceListerExpansion interface{}

VolumeUploadSourceListerExpansion allows custom methods to be added to VolumeUploadSourceLister.

type VolumeUploadSourceNamespaceLister added in v1.57.0

type VolumeUploadSourceNamespaceLister interface {
	// List lists all VolumeUploadSources in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1beta1.VolumeUploadSource, err error)
	// Get retrieves the VolumeUploadSource from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1beta1.VolumeUploadSource, error)
	VolumeUploadSourceNamespaceListerExpansion
}

VolumeUploadSourceNamespaceLister helps list and get VolumeUploadSources. All objects returned here must be treated as read-only.

type VolumeUploadSourceNamespaceListerExpansion added in v1.57.0

type VolumeUploadSourceNamespaceListerExpansion interface{}

VolumeUploadSourceNamespaceListerExpansion allows custom methods to be added to VolumeUploadSourceNamespaceLister.

Jump to

Keyboard shortcuts

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