MGR Schedule
mysql.middleware.alauda.io group
MySQLSchedule is the Schema for the mysqlschedules API
v1 versionspec object
MySQLScheduleSpec defines the desired state of MySQLSchedule
cluster object
Cluster is the name of source cluster.
name 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
expiryDays integer
ExpiryDays is the days of the latest backup data hold.
full object
Full is the full backup schedule.
cron string
Cron is the scheduled backup time expressed using cron.
enable boolean
Enable is enable or disable schedule backup.
fullExecutor string
Executor is the executor of full backup.
incr object
Incr is the increment backup schedule.
cron string
Cron is the scheduled backup time expressed using cron.
enable boolean
Enable is enable or disable schedule backup.
mysqlShellDump object
DumpOption is the dump option for backup.
excludeSchemas []string
ExcludeSchemas specifies the schemas to exclude from the backup.
excludeTables []string
ExcludeTables specifies the tables to exclude from the backup, using the 'schema.table' format.
includeSchemas []string
IncludeSchemas specifies the schemas to include in the backup.
includeTables []string
IncludeTables specifies the tables to include in the backup, using the 'schema.table' format.
maxRate integer
MaxRate specifies the maximum rate at which data is transferred during the backup operation.
threads integer
Threads specifies the number of threads to use for the backup operation.
storage object
Storage is the storage information of backup for.
s3 object
S3 means s3 compatible object storage
bucket string
Bucket in which to store the Backup.
endpoint string
Endpoint (hostname only or fully qualified URI) of S3 compatible storage service.
region string
Region in which the S3 compatible bucket is located.
secret object
Secret is a reference to the Secret containing the credentials authenticating with the S3 compatible storage service.
name 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
storeMeta boolean
StoreMeta is the flag of store meta data.
status object
MySQLScheduleStatus defines the observed state of MySQLSchedule
fullLatestTime string
FullLatestTime is the full backup latest run time.
incrLatestTime string
IncrLatestTime is the increment backup latest run time.