MGR Schedule
- Description
- MySQLSchedule is the Schema for the mysqlschedules API
- Type
object
Specification
.spec
- Description
- MySQLScheduleSpec defines the desired state of MySQLSchedule
- Type
object
.spec.cluster
- Description
- Cluster is the name of source cluster.
- Type
object
.spec.full
- Description
- Full is the full backup schedule.
- Type
object
.spec.incr
- Description
- Incr is the increment backup schedule.
- Type
object
.spec.mysqlShellDump
- Description
- DumpOption is the dump option for backup.
- Type
object
.spec.mysqlShellDump.excludeSchemas
- Description
- ExcludeSchemas specifies the schemas to exclude from the backup.
- Type
array
.spec.mysqlShellDump.excludeSchemas[]
- Type
string
.spec.mysqlShellDump.excludeTables
- Description
- ExcludeTables specifies the tables to exclude from the backup, using the 'schema.table' format.
- Type
array
.spec.mysqlShellDump.excludeTables[]
- Type
string
.spec.mysqlShellDump.includeSchemas
- Description
- IncludeSchemas specifies the schemas to include in the backup.
- Type
array
.spec.mysqlShellDump.includeSchemas[]
- Type
string
.spec.mysqlShellDump.includeTables
- Description
- IncludeTables specifies the tables to include in the backup, using the 'schema.table' format.
- Type
array
.spec.mysqlShellDump.includeTables[]
- Type
string
.spec.storage
- Description
- Storage is the storage information of backup for.
- Type
object
.spec.storage.s3
- Description
- S3 means s3 compatible object storage
- Type
object
.spec.storage.s3.secret
- Description
- Secret is a reference to the Secret containing the credentials authenticating with the S3 compatible storage service.
- Type
object
.status
- Description
- MySQLScheduleStatus defines the observed state of MySQLSchedule
- Type
object
API Endpoints
The following API endpoints are available:
/apis/mysql.middleware.alauda.io/v1/namespaces/{namespace}/mysqlschedulesDELETE: delete collection of MySQLScheduleGET: list objects of kind MySQLSchedulePOST: create a new MySQLSchedule
/apis/mysql.middleware.alauda.io/v1/namespaces/{namespace}/mysqlschedules/{name}DELETE: delete the specified MySQLScheduleGET: read the specified MySQLSchedulePATCH: partially update the specified MySQLSchedulePUT: replace the specified MySQLSchedule
/apis/mysql.middleware.alauda.io/v1/namespaces/{namespace}/mysqlschedules/{name}/statusGET: read status of the specified MySQLSchedulePATCH: partially update status of the specified MySQLSchedulePUT: replace status of the specified MySQLSchedule
/apis/mysql.middleware.alauda.io/v1/namespaces/{namespace}/mysqlschedules
- HTTP method
DELETE- Description
- delete collection of MySQLSchedule
- HTTP responses
- HTTP method
GET- Description
- list objects of kind MySQLSchedule
- HTTP responses
- HTTP method
POST- Description
- create a new MySQLSchedule
- Query parameters
- Body parameters
- HTTP responses
/apis/mysql.middleware.alauda.io/v1/namespaces/{namespace}/mysqlschedules/{name}
- HTTP method
DELETE- Description
- delete the specified MySQLSchedule
- Query parameters
- HTTP responses
- HTTP method
GET- Description
- read the specified MySQLSchedule
- HTTP responses
- HTTP method
PATCH- Description
- partially update the specified MySQLSchedule
- Query parameters
- HTTP responses
- HTTP method
PUT- Description
- replace the specified MySQLSchedule
- Query parameters
- Body parameters
- HTTP responses
/apis/mysql.middleware.alauda.io/v1/namespaces/{namespace}/mysqlschedules/{name}/status
- HTTP method
GET- Description
- read status of the specified MySQLSchedule
- HTTP responses
- HTTP method
PATCH- Description
- partially update status of the specified MySQLSchedule
- Query parameters
- HTTP responses
- HTTP method
PUT- Description
- replace status of the specified MySQLSchedule
- Query parameters
- Body parameters
- HTTP responses