package
1.7.0-alpha.3
Repository: https://github.com/pingcap/tidb-operator.git
Documentation: pkg.go.dev
# Functions
NewController creates a backup controller.
NewDefaultBackupControl returns a new instance of the default implementation BackupControlInterface that implements the documented semantics for Backup.
NewFakeBackupControl returns a FakeBackupControl.
# Structs
Controller controls backup.
FakeBackupControl is a fake BackupControlInterface.
# Interfaces
ControlInterface implements the control logic for updating Backup It is implemented as an interface to allow for extensions that provide different semantics.