Documentation ¶
Index ¶
- type ActionSetLister
- type ActionSetListerExpansion
- type BackupLister
- type BackupListerExpansion
- type BackupNamespaceLister
- type BackupNamespaceListerExpansion
- type BackupPolicyLister
- type BackupPolicyListerExpansion
- type BackupPolicyNamespaceLister
- type BackupPolicyNamespaceListerExpansion
- type BackupRepoLister
- type BackupRepoListerExpansion
- type BackupScheduleLister
- type BackupScheduleListerExpansion
- type BackupScheduleNamespaceLister
- type BackupScheduleNamespaceListerExpansion
- type RestoreLister
- type RestoreListerExpansion
- type RestoreNamespaceLister
- type RestoreNamespaceListerExpansion
- type StorageProviderLister
- type StorageProviderListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionSetLister ¶ added in v0.7.0
type ActionSetLister interface { // List lists all ActionSets in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.ActionSet, err error) // Get retrieves the ActionSet from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.ActionSet, error) ActionSetListerExpansion }
ActionSetLister helps list ActionSets. All objects returned here must be treated as read-only.
func NewActionSetLister ¶ added in v0.7.0
func NewActionSetLister(indexer cache.Indexer) ActionSetLister
NewActionSetLister returns a new ActionSetLister.
type ActionSetListerExpansion ¶ added in v0.7.0
type ActionSetListerExpansion interface{}
ActionSetListerExpansion allows custom methods to be added to ActionSetLister.
type BackupLister ¶
type BackupLister interface { // List lists all Backups in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Backup, err error) // Backups returns an object that can list and get Backups. Backups(namespace string) BackupNamespaceLister BackupListerExpansion }
BackupLister helps list Backups. All objects returned here must be treated as read-only.
func NewBackupLister ¶
func NewBackupLister(indexer cache.Indexer) BackupLister
NewBackupLister returns a new BackupLister.
type BackupListerExpansion ¶
type BackupListerExpansion interface{}
BackupListerExpansion allows custom methods to be added to BackupLister.
type BackupNamespaceLister ¶
type BackupNamespaceLister interface { // List lists all Backups in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Backup, err error) // Get retrieves the Backup from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Backup, error) BackupNamespaceListerExpansion }
BackupNamespaceLister helps list and get Backups. All objects returned here must be treated as read-only.
type BackupNamespaceListerExpansion ¶
type BackupNamespaceListerExpansion interface{}
BackupNamespaceListerExpansion allows custom methods to be added to BackupNamespaceLister.
type BackupPolicyLister ¶
type BackupPolicyLister interface { // List lists all BackupPolicies in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BackupPolicy, err error) // BackupPolicies returns an object that can list and get BackupPolicies. BackupPolicies(namespace string) BackupPolicyNamespaceLister BackupPolicyListerExpansion }
BackupPolicyLister helps list BackupPolicies. All objects returned here must be treated as read-only.
func NewBackupPolicyLister ¶
func NewBackupPolicyLister(indexer cache.Indexer) BackupPolicyLister
NewBackupPolicyLister returns a new BackupPolicyLister.
type BackupPolicyListerExpansion ¶
type BackupPolicyListerExpansion interface{}
BackupPolicyListerExpansion allows custom methods to be added to BackupPolicyLister.
type BackupPolicyNamespaceLister ¶
type BackupPolicyNamespaceLister interface { // List lists all BackupPolicies in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BackupPolicy, err error) // Get retrieves the BackupPolicy from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.BackupPolicy, error) BackupPolicyNamespaceListerExpansion }
BackupPolicyNamespaceLister helps list and get BackupPolicies. All objects returned here must be treated as read-only.
type BackupPolicyNamespaceListerExpansion ¶
type BackupPolicyNamespaceListerExpansion interface{}
BackupPolicyNamespaceListerExpansion allows custom methods to be added to BackupPolicyNamespaceLister.
type BackupRepoLister ¶
type BackupRepoLister interface { // List lists all BackupRepos in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BackupRepo, err error) // Get retrieves the BackupRepo from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.BackupRepo, error) BackupRepoListerExpansion }
BackupRepoLister helps list BackupRepos. All objects returned here must be treated as read-only.
func NewBackupRepoLister ¶
func NewBackupRepoLister(indexer cache.Indexer) BackupRepoLister
NewBackupRepoLister returns a new BackupRepoLister.
type BackupRepoListerExpansion ¶
type BackupRepoListerExpansion interface{}
BackupRepoListerExpansion allows custom methods to be added to BackupRepoLister.
type BackupScheduleLister ¶ added in v0.7.0
type BackupScheduleLister interface { // List lists all BackupSchedules in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BackupSchedule, err error) // BackupSchedules returns an object that can list and get BackupSchedules. BackupSchedules(namespace string) BackupScheduleNamespaceLister BackupScheduleListerExpansion }
BackupScheduleLister helps list BackupSchedules. All objects returned here must be treated as read-only.
func NewBackupScheduleLister ¶ added in v0.7.0
func NewBackupScheduleLister(indexer cache.Indexer) BackupScheduleLister
NewBackupScheduleLister returns a new BackupScheduleLister.
type BackupScheduleListerExpansion ¶ added in v0.7.0
type BackupScheduleListerExpansion interface{}
BackupScheduleListerExpansion allows custom methods to be added to BackupScheduleLister.
type BackupScheduleNamespaceLister ¶ added in v0.7.0
type BackupScheduleNamespaceLister interface { // List lists all BackupSchedules in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.BackupSchedule, err error) // Get retrieves the BackupSchedule from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.BackupSchedule, error) BackupScheduleNamespaceListerExpansion }
BackupScheduleNamespaceLister helps list and get BackupSchedules. All objects returned here must be treated as read-only.
type BackupScheduleNamespaceListerExpansion ¶ added in v0.7.0
type BackupScheduleNamespaceListerExpansion interface{}
BackupScheduleNamespaceListerExpansion allows custom methods to be added to BackupScheduleNamespaceLister.
type RestoreLister ¶ added in v0.7.0
type RestoreLister interface { // List lists all Restores in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Restore, err error) // Restores returns an object that can list and get Restores. Restores(namespace string) RestoreNamespaceLister RestoreListerExpansion }
RestoreLister helps list Restores. All objects returned here must be treated as read-only.
func NewRestoreLister ¶ added in v0.7.0
func NewRestoreLister(indexer cache.Indexer) RestoreLister
NewRestoreLister returns a new RestoreLister.
type RestoreListerExpansion ¶ added in v0.7.0
type RestoreListerExpansion interface{}
RestoreListerExpansion allows custom methods to be added to RestoreLister.
type RestoreNamespaceLister ¶ added in v0.7.0
type RestoreNamespaceLister interface { // List lists all Restores in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.Restore, err error) // Get retrieves the Restore from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.Restore, error) RestoreNamespaceListerExpansion }
RestoreNamespaceLister helps list and get Restores. All objects returned here must be treated as read-only.
type RestoreNamespaceListerExpansion ¶ added in v0.7.0
type RestoreNamespaceListerExpansion interface{}
RestoreNamespaceListerExpansion allows custom methods to be added to RestoreNamespaceLister.
type StorageProviderLister ¶ added in v0.9.0
type StorageProviderLister interface { // List lists all StorageProviders in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1alpha1.StorageProvider, err error) // Get retrieves the StorageProvider from the index for a given name. // Objects returned here must be treated as read-only. Get(name string) (*v1alpha1.StorageProvider, error) StorageProviderListerExpansion }
StorageProviderLister helps list StorageProviders. All objects returned here must be treated as read-only.
func NewStorageProviderLister ¶ added in v0.9.0
func NewStorageProviderLister(indexer cache.Indexer) StorageProviderLister
NewStorageProviderLister returns a new StorageProviderLister.
type StorageProviderListerExpansion ¶ added in v0.9.0
type StorageProviderListerExpansion interface{}
StorageProviderListerExpansion allows custom methods to be added to StorageProviderLister.