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. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1.VolumeSnapshotClass, err error) // Get retrieves the VolumeSnapshotClass from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1.VolumeSnapshotClass, error) VolumeSnapshotClassListerExpansion }
VolumeSnapshotClassLister helps list VolumeSnapshotClasses. All objects returned here must be treated as read-only.
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. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1.VolumeSnapshotContent, err error) // Get retrieves the VolumeSnapshotContent from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1.VolumeSnapshotContent, error) VolumeSnapshotContentListerExpansion }
VolumeSnapshotContentLister helps list VolumeSnapshotContents. All objects returned here must be treated as read-only.
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. // Objects returned here must be treated as read-only. 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. All objects returned here must be treated as read-only.
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. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1.VolumeSnapshot, err error) // Get retrieves the VolumeSnapshot from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1.VolumeSnapshot, error) VolumeSnapshotNamespaceListerExpansion }
VolumeSnapshotNamespaceLister helps list and get VolumeSnapshots. All objects returned here must be treated as read-only.
type VolumeSnapshotNamespaceListerExpansion ¶
type VolumeSnapshotNamespaceListerExpansion interface{}
VolumeSnapshotNamespaceListerExpansion allows custom methods to be added to VolumeSnapshotNamespaceLister.