Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ETCDBackup ¶
type ETCDBackup struct {
*controller.Controller
}
func NewETCDBackup ¶
func NewETCDBackup(config ETCDBackupConfig) (*ETCDBackup, error)
type ETCDBackupConfig ¶
type ETCDBackupConfig struct {
K8sClient k8sclient.Interface
Logger micrologger.Logger
ETCDv2Settings giantnetes.ETCDv2Settings
ETCDv3Settings giantnetes.ETCDv3Settings
EncryptionPwd string
Uploader storage.Uploader
}
Click to show internal directories.
Click to hide internal directories.