Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Getter ¶
type ImageConfig ¶ added in v0.9.0
type ImageConfig struct {
OperatorImage string
}
type Updater ¶
type Updater interface {
// Update sets these images wherever they are needed.
// E.g., the image used in the CronJob of a BackupSchedule.
Update(ctx context.Context, config ImageConfig) error
}
func NewUpdater ¶
Click to show internal directories.
Click to hide internal directories.