mysql.middleware.alauda.io
group
MySQLSchedule is the Schema for the mysqlschedules API
v1
versionobject
MySQLScheduleSpec defines the desired state of MySQLSchedule
object
Cluster is the name of source cluster.
string
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
integer
ExpiryDays is the days of the latest backup data hold.
object
Full is the full backup schedule.
string
Cron is the scheduled backup time expressed using cron.
boolean
Enable is enable or disable schedule backup.
string
Executor is the executor of full backup.
object
Incr is the increment backup schedule.
string
Cron is the scheduled backup time expressed using cron.
boolean
Enable is enable or disable schedule backup.
object
DumpOption is the dump option for backup.
[]string
ExcludeSchemas specifies the schemas to exclude from the backup.
[]string
ExcludeTables specifies the tables to exclude from the backup, using the 'schema.table' format.
[]string
IncludeSchemas specifies the schemas to include in the backup.
[]string
IncludeTables specifies the tables to include in the backup, using the 'schema.table' format.
integer
MaxRate specifies the maximum rate at which data is transferred during the backup operation.
integer
Threads specifies the number of threads to use for the backup operation.
object
Storage is the storage information of backup for.
object
S3 means s3 compatible object storage
string
Bucket in which to store the Backup.
string
Endpoint (hostname only or fully qualified URI) of S3 compatible storage service.
string
Region in which the S3 compatible bucket is located.
object
Secret is a reference to the Secret containing the credentials authenticating with the S3 compatible storage service.
string
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
boolean
StoreMeta is the flag of store meta data.
object
MySQLScheduleStatus defines the observed state of MySQLSchedule
string
FullLatestTime is the full backup latest run time.
string
IncrLatestTime is the increment backup latest run time.