Versions in this module Expand all Collapse all v0 v0.4.0 Jun 17, 2020 Changes in this version + const BackupSuffix + type MysqlBackup struct + func New(backup *api.MysqlBackup) *MysqlBackup + func (b *MysqlBackup) GetBackupURL(cluster *mysqlcluster.MysqlCluster) string + func (b *MysqlBackup) GetNameForDeletionJob() string + func (b *MysqlBackup) GetNameForJob() string + func (b *MysqlBackup) String() string + func (b *MysqlBackup) Unwrap() *api.MysqlBackup + func (c *MysqlBackup) GetBackupCondition(condType api.BackupConditionType) *api.BackupCondition + func (c *MysqlBackup) UpdateStatusCondition(condType api.BackupConditionType, status core.ConditionStatus, ...) + func (w *MysqlBackup) SetDefaults(cluster *mysqlcluster.MysqlCluster)