Documentation ¶
Index ¶
- type BlockDeviceClaimLister
- type BlockDeviceClaimListerExpansion
- type BlockDeviceClaimNamespaceLister
- type BlockDeviceClaimNamespaceListerExpansion
- type BlockDeviceLister
- type BlockDeviceListerExpansion
- type BlockDeviceNamespaceLister
- type BlockDeviceNamespaceListerExpansion
- type CStorBackupLister
- type CStorBackupListerExpansion
- type CStorBackupNamespaceLister
- type CStorBackupNamespaceListerExpansion
- type CStorCompletedBackupLister
- type CStorCompletedBackupListerExpansion
- type CStorCompletedBackupNamespaceLister
- type CStorCompletedBackupNamespaceListerExpansion
- type CStorRestoreLister
- type CStorRestoreListerExpansion
- type CStorRestoreNamespaceLister
- type CStorRestoreNamespaceListerExpansion
- type UpgradeTaskLister
- type UpgradeTaskListerExpansion
- type UpgradeTaskNamespaceLister
- type UpgradeTaskNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockDeviceClaimLister ¶
type BlockDeviceClaimLister interface { // List lists all BlockDeviceClaims in the indexer. List(selector labels.Selector) (ret []*v1alpha1.BlockDeviceClaim, err error) // BlockDeviceClaims returns an object that can list and get BlockDeviceClaims. BlockDeviceClaims(namespace string) BlockDeviceClaimNamespaceLister BlockDeviceClaimListerExpansion }
BlockDeviceClaimLister helps list BlockDeviceClaims.
func NewBlockDeviceClaimLister ¶
func NewBlockDeviceClaimLister(indexer cache.Indexer) BlockDeviceClaimLister
NewBlockDeviceClaimLister returns a new BlockDeviceClaimLister.
type BlockDeviceClaimListerExpansion ¶
type BlockDeviceClaimListerExpansion interface{}
BlockDeviceClaimListerExpansion allows custom methods to be added to BlockDeviceClaimLister.
type BlockDeviceClaimNamespaceLister ¶
type BlockDeviceClaimNamespaceLister interface { // List lists all BlockDeviceClaims in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.BlockDeviceClaim, err error) // Get retrieves the BlockDeviceClaim from the indexer for a given namespace and name. Get(name string) (*v1alpha1.BlockDeviceClaim, error) BlockDeviceClaimNamespaceListerExpansion }
BlockDeviceClaimNamespaceLister helps list and get BlockDeviceClaims.
type BlockDeviceClaimNamespaceListerExpansion ¶
type BlockDeviceClaimNamespaceListerExpansion interface{}
BlockDeviceClaimNamespaceListerExpansion allows custom methods to be added to BlockDeviceClaimNamespaceLister.
type BlockDeviceLister ¶
type BlockDeviceLister interface { // List lists all BlockDevices in the indexer. List(selector labels.Selector) (ret []*v1alpha1.BlockDevice, err error) // BlockDevices returns an object that can list and get BlockDevices. BlockDevices(namespace string) BlockDeviceNamespaceLister BlockDeviceListerExpansion }
BlockDeviceLister helps list BlockDevices.
func NewBlockDeviceLister ¶
func NewBlockDeviceLister(indexer cache.Indexer) BlockDeviceLister
NewBlockDeviceLister returns a new BlockDeviceLister.
type BlockDeviceListerExpansion ¶
type BlockDeviceListerExpansion interface{}
BlockDeviceListerExpansion allows custom methods to be added to BlockDeviceLister.
type BlockDeviceNamespaceLister ¶
type BlockDeviceNamespaceLister interface { // List lists all BlockDevices in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.BlockDevice, err error) // Get retrieves the BlockDevice from the indexer for a given namespace and name. Get(name string) (*v1alpha1.BlockDevice, error) BlockDeviceNamespaceListerExpansion }
BlockDeviceNamespaceLister helps list and get BlockDevices.
type BlockDeviceNamespaceListerExpansion ¶
type BlockDeviceNamespaceListerExpansion interface{}
BlockDeviceNamespaceListerExpansion allows custom methods to be added to BlockDeviceNamespaceLister.
type CStorBackupLister ¶ added in v1.11.0
type CStorBackupLister interface { // List lists all CStorBackups in the indexer. List(selector labels.Selector) (ret []*v1alpha1.CStorBackup, err error) // CStorBackups returns an object that can list and get CStorBackups. CStorBackups(namespace string) CStorBackupNamespaceLister CStorBackupListerExpansion }
CStorBackupLister helps list CStorBackups.
func NewCStorBackupLister ¶ added in v1.11.0
func NewCStorBackupLister(indexer cache.Indexer) CStorBackupLister
NewCStorBackupLister returns a new CStorBackupLister.
type CStorBackupListerExpansion ¶ added in v1.11.0
type CStorBackupListerExpansion interface{}
CStorBackupListerExpansion allows custom methods to be added to CStorBackupLister.
type CStorBackupNamespaceLister ¶ added in v1.11.0
type CStorBackupNamespaceLister interface { // List lists all CStorBackups in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.CStorBackup, err error) // Get retrieves the CStorBackup from the indexer for a given namespace and name. Get(name string) (*v1alpha1.CStorBackup, error) CStorBackupNamespaceListerExpansion }
CStorBackupNamespaceLister helps list and get CStorBackups.
type CStorBackupNamespaceListerExpansion ¶ added in v1.11.0
type CStorBackupNamespaceListerExpansion interface{}
CStorBackupNamespaceListerExpansion allows custom methods to be added to CStorBackupNamespaceLister.
type CStorCompletedBackupLister ¶ added in v1.11.0
type CStorCompletedBackupLister interface { // List lists all CStorCompletedBackups in the indexer. List(selector labels.Selector) (ret []*v1alpha1.CStorCompletedBackup, err error) // CStorCompletedBackups returns an object that can list and get CStorCompletedBackups. CStorCompletedBackups(namespace string) CStorCompletedBackupNamespaceLister CStorCompletedBackupListerExpansion }
CStorCompletedBackupLister helps list CStorCompletedBackups.
func NewCStorCompletedBackupLister ¶ added in v1.11.0
func NewCStorCompletedBackupLister(indexer cache.Indexer) CStorCompletedBackupLister
NewCStorCompletedBackupLister returns a new CStorCompletedBackupLister.
type CStorCompletedBackupListerExpansion ¶ added in v1.11.0
type CStorCompletedBackupListerExpansion interface{}
CStorCompletedBackupListerExpansion allows custom methods to be added to CStorCompletedBackupLister.
type CStorCompletedBackupNamespaceLister ¶ added in v1.11.0
type CStorCompletedBackupNamespaceLister interface { // List lists all CStorCompletedBackups in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.CStorCompletedBackup, err error) // Get retrieves the CStorCompletedBackup from the indexer for a given namespace and name. Get(name string) (*v1alpha1.CStorCompletedBackup, error) CStorCompletedBackupNamespaceListerExpansion }
CStorCompletedBackupNamespaceLister helps list and get CStorCompletedBackups.
type CStorCompletedBackupNamespaceListerExpansion ¶ added in v1.11.0
type CStorCompletedBackupNamespaceListerExpansion interface{}
CStorCompletedBackupNamespaceListerExpansion allows custom methods to be added to CStorCompletedBackupNamespaceLister.
type CStorRestoreLister ¶ added in v1.11.0
type CStorRestoreLister interface { // List lists all CStorRestores in the indexer. List(selector labels.Selector) (ret []*v1alpha1.CStorRestore, err error) // CStorRestores returns an object that can list and get CStorRestores. CStorRestores(namespace string) CStorRestoreNamespaceLister CStorRestoreListerExpansion }
CStorRestoreLister helps list CStorRestores.
func NewCStorRestoreLister ¶ added in v1.11.0
func NewCStorRestoreLister(indexer cache.Indexer) CStorRestoreLister
NewCStorRestoreLister returns a new CStorRestoreLister.
type CStorRestoreListerExpansion ¶ added in v1.11.0
type CStorRestoreListerExpansion interface{}
CStorRestoreListerExpansion allows custom methods to be added to CStorRestoreLister.
type CStorRestoreNamespaceLister ¶ added in v1.11.0
type CStorRestoreNamespaceLister interface { // List lists all CStorRestores in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.CStorRestore, err error) // Get retrieves the CStorRestore from the indexer for a given namespace and name. Get(name string) (*v1alpha1.CStorRestore, error) CStorRestoreNamespaceListerExpansion }
CStorRestoreNamespaceLister helps list and get CStorRestores.
type CStorRestoreNamespaceListerExpansion ¶ added in v1.11.0
type CStorRestoreNamespaceListerExpansion interface{}
CStorRestoreNamespaceListerExpansion allows custom methods to be added to CStorRestoreNamespaceLister.
type UpgradeTaskLister ¶ added in v1.12.0
type UpgradeTaskLister interface { // List lists all UpgradeTasks in the indexer. List(selector labels.Selector) (ret []*v1alpha1.UpgradeTask, err error) // UpgradeTasks returns an object that can list and get UpgradeTasks. UpgradeTasks(namespace string) UpgradeTaskNamespaceLister UpgradeTaskListerExpansion }
UpgradeTaskLister helps list UpgradeTasks.
func NewUpgradeTaskLister ¶ added in v1.12.0
func NewUpgradeTaskLister(indexer cache.Indexer) UpgradeTaskLister
NewUpgradeTaskLister returns a new UpgradeTaskLister.
type UpgradeTaskListerExpansion ¶ added in v1.12.0
type UpgradeTaskListerExpansion interface{}
UpgradeTaskListerExpansion allows custom methods to be added to UpgradeTaskLister.
type UpgradeTaskNamespaceLister ¶ added in v1.12.0
type UpgradeTaskNamespaceLister interface { // List lists all UpgradeTasks in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1alpha1.UpgradeTask, err error) // Get retrieves the UpgradeTask from the indexer for a given namespace and name. Get(name string) (*v1alpha1.UpgradeTask, error) UpgradeTaskNamespaceListerExpansion }
UpgradeTaskNamespaceLister helps list and get UpgradeTasks.
type UpgradeTaskNamespaceListerExpansion ¶ added in v1.12.0
type UpgradeTaskNamespaceListerExpansion interface{}
UpgradeTaskNamespaceListerExpansion allows custom methods to be added to UpgradeTaskNamespaceLister.