MGR Backup
- Description
- MySQLBackup is the Schema for the mysqlbackups API
- Type
object
Specification
.spec
- Description
- MySQLBackupSpec defines the desired state of MySQLBackup
- Type
object
.spec.cluster
- Description
- Cluster is the name of source cluster.
- 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
- MySQLBackupStatus defines the observed state of MySQLBackup
- Type
object
API Endpoints
The following API endpoints are available:
/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 method
DELETE- Description
- delete collection of MySQLBackup
- HTTP responses
- HTTP method
GET- Description
- list objects of kind MySQLBackup
- HTTP responses
- HTTP method
POST- Description
- create a new MySQLBackup
- Query parameters
- Body parameters
- HTTP responses
/apis/mysql.middleware.alauda.io/v1/namespaces/{namespace}/mysqlbackups/{name}
- HTTP method
DELETE- Description
- delete the specified MySQLBackup
- Query parameters
- HTTP responses
- HTTP method
GET- Description
- read the specified MySQLBackup
- HTTP responses
- HTTP method
PATCH- Description
- partially update the specified MySQLBackup
- Query parameters
- HTTP responses
- HTTP method
PUT- Description
- replace the specified MySQLBackup
- Query parameters
- Body parameters
- HTTP responses
/apis/mysql.middleware.alauda.io/v1/namespaces/{namespace}/mysqlbackups/{name}/status
- HTTP method
GET- Description
- read status of the specified MySQLBackup
- HTTP responses
- HTTP method
PATCH- Description
- partially update status of the specified MySQLBackup
- Query parameters
- HTTP responses
- HTTP method
PUT- Description
- replace status of the specified MySQLBackup
- Query parameters
- Body parameters
- HTTP responses