Documentation ¶
Index ¶
- type EcsBackupClientLister
- type EcsBackupClientListerExpansion
- type EcsBackupClientNamespaceLister
- type EcsBackupClientNamespaceListerExpansion
- type EcsBackupPlanLister
- type EcsBackupPlanListerExpansion
- type EcsBackupPlanNamespaceLister
- type EcsBackupPlanNamespaceListerExpansion
- type NasBackupPlanLister
- type NasBackupPlanListerExpansion
- type NasBackupPlanNamespaceLister
- type NasBackupPlanNamespaceListerExpansion
- type OssBackupPlanLister
- type OssBackupPlanListerExpansion
- type OssBackupPlanNamespaceLister
- type OssBackupPlanNamespaceListerExpansion
- type ReplicationVaultLister
- type ReplicationVaultListerExpansion
- type ReplicationVaultNamespaceLister
- type ReplicationVaultNamespaceListerExpansion
- type RestoreJobLister
- type RestoreJobListerExpansion
- type RestoreJobNamespaceLister
- type RestoreJobNamespaceListerExpansion
- type ServerBackupPlanLister
- type ServerBackupPlanListerExpansion
- type ServerBackupPlanNamespaceLister
- type ServerBackupPlanNamespaceListerExpansion
- type VaultLister
- type VaultListerExpansion
- type VaultNamespaceLister
- type VaultNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EcsBackupClientLister ¶
type EcsBackupClientLister interface { // List lists all EcsBackupClients in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EcsBackupClient, err error) // EcsBackupClients returns an object that can list and get EcsBackupClients. EcsBackupClients(namespace string) EcsBackupClientNamespaceLister EcsBackupClientListerExpansion }
EcsBackupClientLister helps list EcsBackupClients. All objects returned here must be treated as read-only.
func NewEcsBackupClientLister ¶
func NewEcsBackupClientLister(indexer cache.Indexer) EcsBackupClientLister
NewEcsBackupClientLister returns a new EcsBackupClientLister.
type EcsBackupClientListerExpansion ¶
type EcsBackupClientListerExpansion interface{}
EcsBackupClientListerExpansion allows custom methods to be added to EcsBackupClientLister.
type EcsBackupClientNamespaceLister ¶
type EcsBackupClientNamespaceLister interface { // List lists all EcsBackupClients in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EcsBackupClient, err error) // Get retrieves the EcsBackupClient from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.EcsBackupClient, error) EcsBackupClientNamespaceListerExpansion }
EcsBackupClientNamespaceLister helps list and get EcsBackupClients. All objects returned here must be treated as read-only.
type EcsBackupClientNamespaceListerExpansion ¶
type EcsBackupClientNamespaceListerExpansion interface{}
EcsBackupClientNamespaceListerExpansion allows custom methods to be added to EcsBackupClientNamespaceLister.
type EcsBackupPlanLister ¶
type EcsBackupPlanLister interface { // List lists all EcsBackupPlans in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EcsBackupPlan, err error) // EcsBackupPlans returns an object that can list and get EcsBackupPlans. EcsBackupPlans(namespace string) EcsBackupPlanNamespaceLister EcsBackupPlanListerExpansion }
EcsBackupPlanLister helps list EcsBackupPlans. All objects returned here must be treated as read-only.
func NewEcsBackupPlanLister ¶
func NewEcsBackupPlanLister(indexer cache.Indexer) EcsBackupPlanLister
NewEcsBackupPlanLister returns a new EcsBackupPlanLister.
type EcsBackupPlanListerExpansion ¶
type EcsBackupPlanListerExpansion interface{}
EcsBackupPlanListerExpansion allows custom methods to be added to EcsBackupPlanLister.
type EcsBackupPlanNamespaceLister ¶
type EcsBackupPlanNamespaceLister interface { // List lists all EcsBackupPlans in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.EcsBackupPlan, err error) // Get retrieves the EcsBackupPlan from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.EcsBackupPlan, error) EcsBackupPlanNamespaceListerExpansion }
EcsBackupPlanNamespaceLister helps list and get EcsBackupPlans. All objects returned here must be treated as read-only.
type EcsBackupPlanNamespaceListerExpansion ¶
type EcsBackupPlanNamespaceListerExpansion interface{}
EcsBackupPlanNamespaceListerExpansion allows custom methods to be added to EcsBackupPlanNamespaceLister.
type NasBackupPlanLister ¶
type NasBackupPlanLister interface { // List lists all NasBackupPlans in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.NasBackupPlan, err error) // NasBackupPlans returns an object that can list and get NasBackupPlans. NasBackupPlans(namespace string) NasBackupPlanNamespaceLister NasBackupPlanListerExpansion }
NasBackupPlanLister helps list NasBackupPlans. All objects returned here must be treated as read-only.
func NewNasBackupPlanLister ¶
func NewNasBackupPlanLister(indexer cache.Indexer) NasBackupPlanLister
NewNasBackupPlanLister returns a new NasBackupPlanLister.
type NasBackupPlanListerExpansion ¶
type NasBackupPlanListerExpansion interface{}
NasBackupPlanListerExpansion allows custom methods to be added to NasBackupPlanLister.
type NasBackupPlanNamespaceLister ¶
type NasBackupPlanNamespaceLister interface { // List lists all NasBackupPlans in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.NasBackupPlan, err error) // Get retrieves the NasBackupPlan from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.NasBackupPlan, error) NasBackupPlanNamespaceListerExpansion }
NasBackupPlanNamespaceLister helps list and get NasBackupPlans. All objects returned here must be treated as read-only.
type NasBackupPlanNamespaceListerExpansion ¶
type NasBackupPlanNamespaceListerExpansion interface{}
NasBackupPlanNamespaceListerExpansion allows custom methods to be added to NasBackupPlanNamespaceLister.
type OssBackupPlanLister ¶
type OssBackupPlanLister interface { // List lists all OssBackupPlans in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.OssBackupPlan, err error) // OssBackupPlans returns an object that can list and get OssBackupPlans. OssBackupPlans(namespace string) OssBackupPlanNamespaceLister OssBackupPlanListerExpansion }
OssBackupPlanLister helps list OssBackupPlans. All objects returned here must be treated as read-only.
func NewOssBackupPlanLister ¶
func NewOssBackupPlanLister(indexer cache.Indexer) OssBackupPlanLister
NewOssBackupPlanLister returns a new OssBackupPlanLister.
type OssBackupPlanListerExpansion ¶
type OssBackupPlanListerExpansion interface{}
OssBackupPlanListerExpansion allows custom methods to be added to OssBackupPlanLister.
type OssBackupPlanNamespaceLister ¶
type OssBackupPlanNamespaceLister interface { // List lists all OssBackupPlans in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.OssBackupPlan, err error) // Get retrieves the OssBackupPlan from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.OssBackupPlan, error) OssBackupPlanNamespaceListerExpansion }
OssBackupPlanNamespaceLister helps list and get OssBackupPlans. All objects returned here must be treated as read-only.
type OssBackupPlanNamespaceListerExpansion ¶
type OssBackupPlanNamespaceListerExpansion interface{}
OssBackupPlanNamespaceListerExpansion allows custom methods to be added to OssBackupPlanNamespaceLister.
type ReplicationVaultLister ¶ added in v0.5.0
type ReplicationVaultLister interface { // List lists all ReplicationVaults in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ReplicationVault, err error) // ReplicationVaults returns an object that can list and get ReplicationVaults. ReplicationVaults(namespace string) ReplicationVaultNamespaceLister ReplicationVaultListerExpansion }
ReplicationVaultLister helps list ReplicationVaults. All objects returned here must be treated as read-only.
func NewReplicationVaultLister ¶ added in v0.5.0
func NewReplicationVaultLister(indexer cache.Indexer) ReplicationVaultLister
NewReplicationVaultLister returns a new ReplicationVaultLister.
type ReplicationVaultListerExpansion ¶ added in v0.5.0
type ReplicationVaultListerExpansion interface{}
ReplicationVaultListerExpansion allows custom methods to be added to ReplicationVaultLister.
type ReplicationVaultNamespaceLister ¶ added in v0.5.0
type ReplicationVaultNamespaceLister interface { // List lists all ReplicationVaults in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ReplicationVault, err error) // Get retrieves the ReplicationVault from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ReplicationVault, error) ReplicationVaultNamespaceListerExpansion }
ReplicationVaultNamespaceLister helps list and get ReplicationVaults. All objects returned here must be treated as read-only.
type ReplicationVaultNamespaceListerExpansion ¶ added in v0.5.0
type ReplicationVaultNamespaceListerExpansion interface{}
ReplicationVaultNamespaceListerExpansion allows custom methods to be added to ReplicationVaultNamespaceLister.
type RestoreJobLister ¶
type RestoreJobLister interface { // List lists all RestoreJobs in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.RestoreJob, err error) // RestoreJobs returns an object that can list and get RestoreJobs. RestoreJobs(namespace string) RestoreJobNamespaceLister RestoreJobListerExpansion }
RestoreJobLister helps list RestoreJobs. All objects returned here must be treated as read-only.
func NewRestoreJobLister ¶
func NewRestoreJobLister(indexer cache.Indexer) RestoreJobLister
NewRestoreJobLister returns a new RestoreJobLister.
type RestoreJobListerExpansion ¶
type RestoreJobListerExpansion interface{}
RestoreJobListerExpansion allows custom methods to be added to RestoreJobLister.
type RestoreJobNamespaceLister ¶
type RestoreJobNamespaceLister interface { // List lists all RestoreJobs in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.RestoreJob, err error) // Get retrieves the RestoreJob from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.RestoreJob, error) RestoreJobNamespaceListerExpansion }
RestoreJobNamespaceLister helps list and get RestoreJobs. All objects returned here must be treated as read-only.
type RestoreJobNamespaceListerExpansion ¶
type RestoreJobNamespaceListerExpansion interface{}
RestoreJobNamespaceListerExpansion allows custom methods to be added to RestoreJobNamespaceLister.
type ServerBackupPlanLister ¶ added in v0.5.0
type ServerBackupPlanLister interface { // List lists all ServerBackupPlans in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ServerBackupPlan, err error) // ServerBackupPlans returns an object that can list and get ServerBackupPlans. ServerBackupPlans(namespace string) ServerBackupPlanNamespaceLister ServerBackupPlanListerExpansion }
ServerBackupPlanLister helps list ServerBackupPlans. All objects returned here must be treated as read-only.
func NewServerBackupPlanLister ¶ added in v0.5.0
func NewServerBackupPlanLister(indexer cache.Indexer) ServerBackupPlanLister
NewServerBackupPlanLister returns a new ServerBackupPlanLister.
type ServerBackupPlanListerExpansion ¶ added in v0.5.0
type ServerBackupPlanListerExpansion interface{}
ServerBackupPlanListerExpansion allows custom methods to be added to ServerBackupPlanLister.
type ServerBackupPlanNamespaceLister ¶ added in v0.5.0
type ServerBackupPlanNamespaceLister interface { // List lists all ServerBackupPlans in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ServerBackupPlan, err error) // Get retrieves the ServerBackupPlan from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ServerBackupPlan, error) ServerBackupPlanNamespaceListerExpansion }
ServerBackupPlanNamespaceLister helps list and get ServerBackupPlans. All objects returned here must be treated as read-only.
type ServerBackupPlanNamespaceListerExpansion ¶ added in v0.5.0
type ServerBackupPlanNamespaceListerExpansion interface{}
ServerBackupPlanNamespaceListerExpansion allows custom methods to be added to ServerBackupPlanNamespaceLister.
type VaultLister ¶
type VaultLister interface { // List lists all Vaults in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Vault, err error) // Vaults returns an object that can list and get Vaults. Vaults(namespace string) VaultNamespaceLister VaultListerExpansion }
VaultLister helps list Vaults. All objects returned here must be treated as read-only.
func NewVaultLister ¶
func NewVaultLister(indexer cache.Indexer) VaultLister
NewVaultLister returns a new VaultLister.
type VaultListerExpansion ¶
type VaultListerExpansion interface{}
VaultListerExpansion allows custom methods to be added to VaultLister.
type VaultNamespaceLister ¶
type VaultNamespaceLister interface { // List lists all Vaults in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Vault, err error) // Get retrieves the Vault from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Vault, error) VaultNamespaceListerExpansion }
VaultNamespaceLister helps list and get Vaults. All objects returned here must be treated as read-only.
type VaultNamespaceListerExpansion ¶
type VaultNamespaceListerExpansion interface{}
VaultNamespaceListerExpansion allows custom methods to be added to VaultNamespaceLister.