MGR Backup
- 描述
- MySQLBackup is the Schema for the mysqlbackups API
- 类型
object
规格
.spec
- 描述
- MySQLBackupSpec defines the desired state of MySQLBackup
- 类型
object
.spec.cluster
- 描述
- Cluster is the name of source cluster.
- 类型
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
- 描述
- MySQLBackupStatus defines the observed state of MySQLBackup
- 类型
object
API 端点
可用的 API 端点如下:
/apis/mysql.middleware.alauda.io/v1/namespaces/{namespace}/mysqlbackupsDELETE: delete collection of MySQLBackupGET: list objects of kind MySQLBackupPOST: create a new MySQLBackup
/apis/mysql.middleware.alauda.io/v1/namespaces/{namespace}/mysqlbackups/{name}DELETE: delete the specified MySQLBackupGET: read the specified MySQLBackupPATCH: partially update the specified MySQLBackupPUT: replace the specified MySQLBackup
/apis/mysql.middleware.alauda.io/v1/namespaces/{namespace}/mysqlbackups/{name}/statusGET: read status of the specified MySQLBackupPATCH: partially update status of the specified MySQLBackupPUT: replace status of the specified MySQLBackup
/apis/mysql.middleware.alauda.io/v1/namespaces/{namespace}/mysqlbackups
- HTTP 方法
DELETE- 描述
- delete collection of MySQLBackup
- HTTP 响应
- HTTP 方法
GET- 描述
- list objects of kind MySQLBackup
- HTTP 响应
- HTTP 方法
POST- 描述
- create a new MySQLBackup
- 查询参数
- 请求体参数
- HTTP 响应
/apis/mysql.middleware.alauda.io/v1/namespaces/{namespace}/mysqlbackups/{name}
- HTTP 方法
DELETE- 描述
- delete the specified MySQLBackup
- 查询参数
- HTTP 响应
- HTTP 方法
GET- 描述
- read the specified MySQLBackup
- HTTP 响应
- HTTP 方法
PATCH- 描述
- partially update the specified MySQLBackup
- 查询参数
- HTTP 响应
- HTTP 方法
PUT- 描述
- replace the specified MySQLBackup
- 查询参数
- 请求体参数
- HTTP 响应
/apis/mysql.middleware.alauda.io/v1/namespaces/{namespace}/mysqlbackups/{name}/status
- HTTP 方法
GET- 描述
- read status of the specified MySQLBackup
- HTTP 响应
- HTTP 方法
PATCH- 描述
- partially update status of the specified MySQLBackup
- 查询参数
- HTTP 响应
- HTTP 方法
PUT- 描述
- replace status of the specified MySQLBackup
- 查询参数
- 请求体参数
- HTTP 响应