Documentation ¶
Index ¶
- type Config
- func (c *Config) GetBackupType(ctx context.Context, instance *kcmv1.Backup, reqName string) (Typ, error)
- func (*Config) ReconcileBackup(ctx context.Context, backup *kcmv1.Backup) error
- func (*Config) ReconcileScheduledBackup(ctx context.Context, schedule *kcmv1.Backup) error
- func (c *Config) ReconcileVeleroInstallation(ctx context.Context) (ctrl.Result, error)
- type ConfigOpt
- type Typ
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
func (*Config) GetBackupType ¶
func (*Config) ReconcileBackup ¶
func (*Config) ReconcileScheduledBackup ¶
type ConfigOpt ¶
type ConfigOpt func(*Config)
func WithFeatures ¶
func WithRequeueAfter ¶
func WithVeleroImage ¶
Click to show internal directories.
Click to hide internal directories.