MGR User
- 描述
- MysqlUser is the Schema for the mysqlusers API
- 类型
object
规格
.spec
- 描述
- MysqlUserSpec defines the desired state of MysqlUser
- 类型
object- 必填
hostmysqluser
.spec.privileges
- 描述
- Privileges is the list of MySQL Privileges
- 类型
array
.spec.privileges[]
- 描述
- Privilege defines the desired mysql Privilege
- 类型
object
.spec.privileges[].grants
- 描述
- Grants is the list of grants for the user
- 类型
array
.spec.privileges[].grants[]
- 类型
string
.spec.privileges[].targets
- 描述
- Targets is the list target of MySQL Databases or Tables
- 类型
array
.spec.privileges[].targets[]
- 类型
string
.status
- 描述
- MysqlUserStatus defines the observed state of MysqlUser
- 类型
object
.status.secretRef
- 描述
- SecretRef is the reference of the Secret for the MySQL User Password
- 类型
object
API 端点
可用的 API 端点如下:
/apis/middleware.alauda.io/v1/namespaces/{namespace}/mysqlusersDELETE: delete collection of MysqlUserGET: list objects of kind MysqlUserPOST: create a new MysqlUser
/apis/middleware.alauda.io/v1/namespaces/{namespace}/mysqlusers/{name}DELETE: delete the specified MysqlUserGET: read the specified MysqlUserPATCH: partially update the specified MysqlUserPUT: replace the specified MysqlUser
/apis/middleware.alauda.io/v1/namespaces/{namespace}/mysqlusers/{name}/statusGET: read status of the specified MysqlUserPATCH: partially update status of the specified MysqlUserPUT: replace status of the specified MysqlUser
/apis/middleware.alauda.io/v1/namespaces/{namespace}/mysqlusers
- HTTP 方法
DELETE- 描述
- delete collection of MysqlUser
- HTTP 响应
- HTTP 方法
GET- 描述
- list objects of kind MysqlUser
- HTTP 响应
- HTTP 方法
POST- 描述
- create a new MysqlUser
- 查询参数
- 请求体参数
- HTTP 响应
/apis/middleware.alauda.io/v1/namespaces/{namespace}/mysqlusers/{name}
- HTTP 方法
DELETE- 描述
- delete the specified MysqlUser
- 查询参数
- HTTP 响应
- HTTP 方法
GET- 描述
- read the specified MysqlUser
- HTTP 响应
- HTTP 方法
PATCH- 描述
- partially update the specified MysqlUser
- 查询参数
- HTTP 响应
- HTTP 方法
PUT- 描述
- replace the specified MysqlUser
- 查询参数
- 请求体参数
- HTTP 响应
/apis/middleware.alauda.io/v1/namespaces/{namespace}/mysqlusers/{name}/status
- HTTP 方法
GET- 描述
- read status of the specified MysqlUser
- HTTP 响应
- HTTP 方法
PATCH- 描述
- partially update status of the specified MysqlUser
- 查询参数
- HTTP 响应
- HTTP 方法
PUT- 描述
- replace status of the specified MysqlUser
- 查询参数
- 请求体参数
- HTTP 响应