MGR User
- Description
- MysqlUser is the Schema for the mysqlusers API
- Type
object
Specification
.spec
- Description
- MysqlUserSpec defines the desired state of MysqlUser
- Type
object- Required
hostmysqluser
.spec.privileges
- Description
- Privileges is the list of MySQL Privileges
- Type
array
.spec.privileges[]
- Description
- Privilege defines the desired mysql Privilege
- Type
object
.spec.privileges[].grants
- Description
- Grants is the list of grants for the user
- Type
array
.spec.privileges[].grants[]
- Type
string
.spec.privileges[].targets
- Description
- Targets is the list target of MySQL Databases or Tables
- Type
array
.spec.privileges[].targets[]
- Type
string
.status
- Description
- MysqlUserStatus defines the observed state of MysqlUser
- Type
object
.status.secretRef
- Description
- SecretRef is the reference of the Secret for the MySQL User Password
- Type
object
API Endpoints
The following API endpoints are available:
/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 method
DELETE- Description
- delete collection of MysqlUser
- HTTP responses
- HTTP method
GET- Description
- list objects of kind MysqlUser
- HTTP responses
- HTTP method
POST- Description
- create a new MysqlUser
- Query parameters
- Body parameters
- HTTP responses
/apis/middleware.alauda.io/v1/namespaces/{namespace}/mysqlusers/{name}
- HTTP method
DELETE- Description
- delete the specified MysqlUser
- Query parameters
- HTTP responses
- HTTP method
GET- Description
- read the specified MysqlUser
- HTTP responses
- HTTP method
PATCH- Description
- partially update the specified MysqlUser
- Query parameters
- HTTP responses
- HTTP method
PUT- Description
- replace the specified MysqlUser
- Query parameters
- Body parameters
- HTTP responses
/apis/middleware.alauda.io/v1/namespaces/{namespace}/mysqlusers/{name}/status
- HTTP method
GET- Description
- read status of the specified MysqlUser
- HTTP responses
- HTTP method
PATCH- Description
- partially update status of the specified MysqlUser
- Query parameters
- HTTP responses
- HTTP method
PUT- Description
- replace status of the specified MysqlUser
- Query parameters
- Body parameters
- HTTP responses