v1

package
v1.10.0 Latest Latest
Warning

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

Go to latest
Published: May 14, 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 VolumeSnapshotDataLister

type VolumeSnapshotDataLister interface {
	// List lists all VolumeSnapshotDatas in the indexer.
	List(selector labels.Selector) (ret []*v1.VolumeSnapshotData, err error)
	// Get retrieves the VolumeSnapshotData from the index for a given name.
	Get(name string) (*v1.VolumeSnapshotData, error)
	VolumeSnapshotDataListerExpansion
}

VolumeSnapshotDataLister helps list VolumeSnapshotDatas.

func NewVolumeSnapshotDataLister

func NewVolumeSnapshotDataLister(indexer cache.Indexer) VolumeSnapshotDataLister

NewVolumeSnapshotDataLister returns a new VolumeSnapshotDataLister.

type VolumeSnapshotDataListerExpansion

type VolumeSnapshotDataListerExpansion interface{}

VolumeSnapshotDataListerExpansion allows custom methods to be added to VolumeSnapshotDataLister.

type VolumeSnapshotLister

type VolumeSnapshotLister interface {
	// List lists all VolumeSnapshots in the indexer.
	List(selector labels.Selector) (ret []*v1.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 []*v1.VolumeSnapshot, err error)
	// Get retrieves the VolumeSnapshot from the indexer for a given namespace and name.
	Get(name string) (*v1.VolumeSnapshot, error)
	VolumeSnapshotNamespaceListerExpansion
}

VolumeSnapshotNamespaceLister helps list and get VolumeSnapshots.

type VolumeSnapshotNamespaceListerExpansion

type VolumeSnapshotNamespaceListerExpansion interface{}

VolumeSnapshotNamespaceListerExpansion allows custom methods to be added to VolumeSnapshotNamespaceLister.

Jump to

Keyboard shortcuts

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