v1alpha1

package
v1.11.0 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2019 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 added in v1.6.0

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

CDIConfigLister helps list CDIConfigs.

func NewCDIConfigLister added in v1.6.0

func NewCDIConfigLister(indexer cache.Indexer) CDIConfigLister

NewCDIConfigLister returns a new CDIConfigLister.

type CDIConfigListerExpansion added in v1.6.0

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 []*v1alpha1.CDI, err error)
	// Get retrieves the CDI from the index for a given name.
	Get(name string) (*v1alpha1.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 []*v1alpha1.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 []*v1alpha1.DataVolume, err error)
	// Get retrieves the DataVolume from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.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