Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunWithFlags ¶
Types ¶
type Option ¶
type Option func(*cfg)
func WithBackupScheduler ¶ added in v1.0.11
func WithBackupScheduler(bs extension.BackupScheduler) Option
WithBackupScheduler registers a commercial BackupScheduler. When set, the server starts it after wiring and runs it until the run context is cancelled, handing it a BackupController so it can list backup-eligible instances and enqueue backup jobs. The core ships no scheduling behavior of its own.
func WithBlobStore ¶
func WithSidecarInjector ¶ added in v1.0.8
func WithSidecarInjector(si extension.SidecarInjector) Option
WithSidecarInjector registers a SidecarInjector that is called to inject sidecar containers into rendered pod YAML before it is applied.
Click to show internal directories.
Click to hide internal directories.