Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackupInformer ¶
type BackupInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1.BackupLister
}
BackupInformer provides access to a shared informer and lister for Backups.
type ConfigInformer ¶
type ConfigInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1.ConfigLister
}
ConfigInformer provides access to a shared informer and lister for Configs.
type Interface ¶
type Interface interface {
// Backups returns a BackupInformer.
Backups() BackupInformer
// Configs returns a ConfigInformer.
Configs() ConfigInformer
// Restores returns a RestoreInformer.
Restores() RestoreInformer
// Schedules returns a ScheduleInformer.
Schedules() ScheduleInformer
}
Interface provides access to all the informers in this group version.
func New ¶
func New(f internalinterfaces.SharedInformerFactory) Interface
New returns a new Interface.
type RestoreInformer ¶
type RestoreInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1.RestoreLister
}
RestoreInformer provides access to a shared informer and lister for Restores.
type ScheduleInformer ¶
type ScheduleInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1.ScheduleLister
}
ScheduleInformer provides access to a shared informer and lister for Schedules.
Click to show internal directories.
Click to hide internal directories.