MGR Schedule
- 描述
- MySQLSchedule is the Schema for the mysqlschedules API
- 类型
object
规格
.spec
- 描述
- MySQLScheduleSpec defines the desired state of MySQLSchedule
- 类型
object
.spec.cluster
- 描述
- Cluster is the name of source cluster.
- 类型
object
.spec.full
- 描述
- Full is the full backup schedule.
- 类型
object
.spec.incr
- 描述
- Incr is the increment backup schedule.
- 类型
object
.spec.mysqlShellDump
- 描述
- DumpOption is the dump option for backup.
- 类型
object
.spec.mysqlShellDump.excludeSchemas
- 描述
- ExcludeSchemas specifies the schemas to exclude from the backup.
- 类型
array
.spec.mysqlShellDump.excludeSchemas[]
- 类型
string
.spec.mysqlShellDump.excludeTables
- 描述
- ExcludeTables specifies the tables to exclude from the backup, using the 'schema.table' format.
- 类型
array
.spec.mysqlShellDump.excludeTables[]
- 类型
string
.spec.mysqlShellDump.includeSchemas
- 描述
- IncludeSchemas specifies the schemas to include in the backup.
- 类型
array
.spec.mysqlShellDump.includeSchemas[]
- 类型
string
.spec.mysqlShellDump.includeTables
- 描述
- IncludeTables specifies the tables to include in the backup, using the 'schema.table' format.
- 类型
array
.spec.mysqlShellDump.includeTables[]
- 类型
string
.spec.storage
- 描述
- Storage is the storage information of backup for.
- 类型
object
.spec.storage.s3
- 描述
- S3 means s3 compatible object storage
- 类型
object
.spec.storage.s3.secret
- 描述
- Secret is a reference to the Secret containing the credentials authenticating with the S3 compatible storage service.
- 类型
object
.status
- 描述
- MySQLScheduleStatus defines the observed state of MySQLSchedule
- 类型
object
API 端点
可用的 API 端点如下:
/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 方法
DELETE- 描述
- delete collection of MySQLSchedule
- HTTP 响应
- HTTP 方法
GET- 描述
- list objects of kind MySQLSchedule
- HTTP 响应
- HTTP 方法
POST- 描述
- create a new MySQLSchedule
- 查询参数
- 请求体参数
- HTTP 响应
/apis/mysql.middleware.alauda.io/v1/namespaces/{namespace}/mysqlschedules/{name}
- HTTP 方法
DELETE- 描述
- delete the specified MySQLSchedule
- 查询参数
- HTTP 响应
- HTTP 方法
GET- 描述
- read the specified MySQLSchedule
- HTTP 响应
- HTTP 方法
PATCH- 描述
- partially update the specified MySQLSchedule
- 查询参数
- HTTP 响应
- HTTP 方法
PUT- 描述
- replace the specified MySQLSchedule
- 查询参数
- 请求体参数
- HTTP 响应
/apis/mysql.middleware.alauda.io/v1/namespaces/{namespace}/mysqlschedules/{name}/status
- HTTP 方法
GET- 描述
- read status of the specified MySQLSchedule
- HTTP 响应
- HTTP 方法
PATCH- 描述
- partially update status of the specified MySQLSchedule
- 查询参数
- HTTP 响应
- HTTP 方法
PUT- 描述
- replace status of the specified MySQLSchedule
- 查询参数
- 请求体参数
- HTTP 响应