Documentation ¶
Index ¶
- type ZFSBackupLister
- type ZFSBackupListerExpansion
- type ZFSBackupNamespaceLister
- type ZFSBackupNamespaceListerExpansion
- type ZFSRestoreLister
- type ZFSRestoreListerExpansion
- type ZFSRestoreNamespaceLister
- type ZFSRestoreNamespaceListerExpansion
- type ZFSSnapshotLister
- type ZFSSnapshotListerExpansion
- type ZFSSnapshotNamespaceLister
- type ZFSSnapshotNamespaceListerExpansion
- type ZFSVolumeLister
- type ZFSVolumeListerExpansion
- type ZFSVolumeNamespaceLister
- type ZFSVolumeNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ZFSBackupLister ¶ added in v1.0.0
type ZFSBackupLister interface { // List lists all ZFSBackups in the indexer. List(selector labels.Selector) (ret []*v1.ZFSBackup, err error) // ZFSBackups returns an object that can list and get ZFSBackups. ZFSBackups(namespace string) ZFSBackupNamespaceLister ZFSBackupListerExpansion }
ZFSBackupLister helps list ZFSBackups.
func NewZFSBackupLister ¶ added in v1.0.0
func NewZFSBackupLister(indexer cache.Indexer) ZFSBackupLister
NewZFSBackupLister returns a new ZFSBackupLister.
type ZFSBackupListerExpansion ¶ added in v1.0.0
type ZFSBackupListerExpansion interface{}
ZFSBackupListerExpansion allows custom methods to be added to ZFSBackupLister.
type ZFSBackupNamespaceLister ¶ added in v1.0.0
type ZFSBackupNamespaceLister interface { // List lists all ZFSBackups in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1.ZFSBackup, err error) // Get retrieves the ZFSBackup from the indexer for a given namespace and name. Get(name string) (*v1.ZFSBackup, error) ZFSBackupNamespaceListerExpansion }
ZFSBackupNamespaceLister helps list and get ZFSBackups.
type ZFSBackupNamespaceListerExpansion ¶ added in v1.0.0
type ZFSBackupNamespaceListerExpansion interface{}
ZFSBackupNamespaceListerExpansion allows custom methods to be added to ZFSBackupNamespaceLister.
type ZFSRestoreLister ¶ added in v1.0.0
type ZFSRestoreLister interface { // List lists all ZFSRestores in the indexer. List(selector labels.Selector) (ret []*v1.ZFSRestore, err error) // ZFSRestores returns an object that can list and get ZFSRestores. ZFSRestores(namespace string) ZFSRestoreNamespaceLister ZFSRestoreListerExpansion }
ZFSRestoreLister helps list ZFSRestores.
func NewZFSRestoreLister ¶ added in v1.0.0
func NewZFSRestoreLister(indexer cache.Indexer) ZFSRestoreLister
NewZFSRestoreLister returns a new ZFSRestoreLister.
type ZFSRestoreListerExpansion ¶ added in v1.0.0
type ZFSRestoreListerExpansion interface{}
ZFSRestoreListerExpansion allows custom methods to be added to ZFSRestoreLister.
type ZFSRestoreNamespaceLister ¶ added in v1.0.0
type ZFSRestoreNamespaceLister interface { // List lists all ZFSRestores in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1.ZFSRestore, err error) // Get retrieves the ZFSRestore from the indexer for a given namespace and name. Get(name string) (*v1.ZFSRestore, error) ZFSRestoreNamespaceListerExpansion }
ZFSRestoreNamespaceLister helps list and get ZFSRestores.
type ZFSRestoreNamespaceListerExpansion ¶ added in v1.0.0
type ZFSRestoreNamespaceListerExpansion interface{}
ZFSRestoreNamespaceListerExpansion allows custom methods to be added to ZFSRestoreNamespaceLister.
type ZFSSnapshotLister ¶
type ZFSSnapshotLister interface { // List lists all ZFSSnapshots in the indexer. List(selector labels.Selector) (ret []*v1.ZFSSnapshot, err error) // ZFSSnapshots returns an object that can list and get ZFSSnapshots. ZFSSnapshots(namespace string) ZFSSnapshotNamespaceLister ZFSSnapshotListerExpansion }
ZFSSnapshotLister helps list ZFSSnapshots.
func NewZFSSnapshotLister ¶
func NewZFSSnapshotLister(indexer cache.Indexer) ZFSSnapshotLister
NewZFSSnapshotLister returns a new ZFSSnapshotLister.
type ZFSSnapshotListerExpansion ¶
type ZFSSnapshotListerExpansion interface{}
ZFSSnapshotListerExpansion allows custom methods to be added to ZFSSnapshotLister.
type ZFSSnapshotNamespaceLister ¶
type ZFSSnapshotNamespaceLister interface { // List lists all ZFSSnapshots in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1.ZFSSnapshot, err error) // Get retrieves the ZFSSnapshot from the indexer for a given namespace and name. Get(name string) (*v1.ZFSSnapshot, error) ZFSSnapshotNamespaceListerExpansion }
ZFSSnapshotNamespaceLister helps list and get ZFSSnapshots.
type ZFSSnapshotNamespaceListerExpansion ¶
type ZFSSnapshotNamespaceListerExpansion interface{}
ZFSSnapshotNamespaceListerExpansion allows custom methods to be added to ZFSSnapshotNamespaceLister.
type ZFSVolumeLister ¶
type ZFSVolumeLister interface { // List lists all ZFSVolumes in the indexer. List(selector labels.Selector) (ret []*v1.ZFSVolume, err error) // ZFSVolumes returns an object that can list and get ZFSVolumes. ZFSVolumes(namespace string) ZFSVolumeNamespaceLister ZFSVolumeListerExpansion }
ZFSVolumeLister helps list ZFSVolumes.
func NewZFSVolumeLister ¶
func NewZFSVolumeLister(indexer cache.Indexer) ZFSVolumeLister
NewZFSVolumeLister returns a new ZFSVolumeLister.
type ZFSVolumeListerExpansion ¶
type ZFSVolumeListerExpansion interface{}
ZFSVolumeListerExpansion allows custom methods to be added to ZFSVolumeLister.
type ZFSVolumeNamespaceLister ¶
type ZFSVolumeNamespaceLister interface { // List lists all ZFSVolumes in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1.ZFSVolume, err error) // Get retrieves the ZFSVolume from the indexer for a given namespace and name. Get(name string) (*v1.ZFSVolume, error) ZFSVolumeNamespaceListerExpansion }
ZFSVolumeNamespaceLister helps list and get ZFSVolumes.
type ZFSVolumeNamespaceListerExpansion ¶
type ZFSVolumeNamespaceListerExpansion interface{}
ZFSVolumeNamespaceListerExpansion allows custom methods to be added to ZFSVolumeNamespaceLister.