Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VolumeSnapshotClassLister ¶
type VolumeSnapshotClassLister interface { // List lists all VolumeSnapshotClasses in the indexer. List(selector labels.Selector) (ret []*v1alpha1.VolumeSnapshotClass, err error) // Get retrieves the VolumeSnapshotClass from the index for a given name. Get(name string) (*v1alpha1.VolumeSnapshotClass, error) VolumeSnapshotClassListerExpansion }
VolumeSnapshotClassLister helps list VolumeSnapshotClasses.
func NewVolumeSnapshotClassLister ¶
func NewVolumeSnapshotClassLister(indexer cache.Indexer) VolumeSnapshotClassLister
NewVolumeSnapshotClassLister returns a new VolumeSnapshotClassLister.
type VolumeSnapshotClassListerExpansion ¶
type VolumeSnapshotClassListerExpansion interface{}
VolumeSnapshotClassListerExpansion allows custom methods to be added to VolumeSnapshotClassLister.
type VolumeSnapshotContentLister ¶
type VolumeSnapshotContentLister interface { // List lists all VolumeSnapshotContents in the indexer. List(selector labels.Selector) (ret []*v1alpha1.VolumeSnapshotContent, err error) // Get retrieves the VolumeSnapshotContent from the index for a given name. Get(name string) (*v1alpha1.VolumeSnapshotContent, error) VolumeSnapshotContentListerExpansion }
VolumeSnapshotContentLister helps list VolumeSnapshotContents.
func NewVolumeSnapshotContentLister ¶
func NewVolumeSnapshotContentLister(indexer cache.Indexer) VolumeSnapshotContentLister
NewVolumeSnapshotContentLister returns a new VolumeSnapshotContentLister.
type VolumeSnapshotContentListerExpansion ¶
type VolumeSnapshotContentListerExpansion interface{}
VolumeSnapshotContentListerExpansion allows custom methods to be added to VolumeSnapshotContentLister.
type VolumeSnapshotLister ¶
type VolumeSnapshotLister interface { // List lists all VolumeSnapshots in the indexer. List(selector labels.Selector) (ret []*v1alpha1.VolumeSnapshot, err error) // VolumeSnapshots returns an object that can list and get VolumeSnapshots. VolumeSnapshots(namespace string) VolumeSnapshotNamespaceLister VolumeSnapshotListerExpansion }
VolumeSnapshotLister helps list VolumeSnapshots.
func NewVolumeSnapshotLister ¶
func NewVolumeSnapshotLister(indexer cache.Indexer) VolumeSnapshotLister
NewVolumeSnapshotLister returns a new VolumeSnapshotLister.
type VolumeSnapshotListerExpansion ¶
type VolumeSnapshotListerExpansion interface{}
VolumeSnapshotListerExpansion allows custom methods to be added to VolumeSnapshotLister.
type VolumeSnapshotNamespaceLister ¶
type VolumeSnapshotNamespaceLister interface { // List lists all VolumeSnapshots in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.VolumeSnapshot, err error) // Get retrieves the VolumeSnapshot from the indexer for a given namespace and name. Get(name string) (*v1alpha1.VolumeSnapshot, error) VolumeSnapshotNamespaceListerExpansion }
VolumeSnapshotNamespaceLister helps list and get VolumeSnapshots.
type VolumeSnapshotNamespaceListerExpansion ¶
type VolumeSnapshotNamespaceListerExpansion interface{}
VolumeSnapshotNamespaceListerExpansion allows custom methods to be added to VolumeSnapshotNamespaceLister.