Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackupOpts ¶
type BackupOpts struct { command.CommandOpts BackupFile string BasePath string }
type Commander ¶
type Commander interface { BackupCommand(backup *mariadbv1alpha1.Backup, mariadb *mariadbv1alpha1.MariaDB) *command.Command RestoreCommand(mariadb *mariadbv1alpha1.MariaDB) *command.Command }
type Option ¶
type Option func(*BackupOpts)
func WithBasePath ¶
func WithPasswordEnv ¶
func WithUserEnv ¶
Click to show internal directories.
Click to hide internal directories.