RedisUser
- Description
- RedisUser is the Schema for the redisusers API. Represents a Redis user account with associated ACL permissions.
- Type
object
Specification
.spec
- Description
- RedisUserSpec defines the desired state of RedisUser
- Type
object- Required
redisNameusername
.spec.passwordSecrets
- Description
- PasswordSecrets is a list of Kubernetes Secret names containing user passwords. Each secret must have a 'password' key containing the Redis password. Multiple secrets allow for credential rotation.
- Type
array
.spec.passwordSecrets[]
- Type
string
.status
- Description
- RedisUserStatus defines the observed state of RedisUser
- Type
object
API Endpoints
The following API endpoints are available:
/apis/redis.middleware.alauda.io/v1/namespaces/{namespace}/redisusersDELETE: delete collection of RedisUserGET: list objects of kind RedisUserPOST: create a new RedisUser
/apis/redis.middleware.alauda.io/v1/namespaces/{namespace}/redisusers/{name}DELETE: delete the specified RedisUserGET: read the specified RedisUserPATCH: partially update the specified RedisUserPUT: replace the specified RedisUser
/apis/redis.middleware.alauda.io/v1/namespaces/{namespace}/redisusers/{name}/statusGET: read status of the specified RedisUserPATCH: partially update status of the specified RedisUserPUT: replace status of the specified RedisUser
/apis/redis.middleware.alauda.io/v1/namespaces/{namespace}/redisusers
- HTTP method
DELETE- Description
- delete collection of RedisUser
- HTTP responses
- HTTP method
GET- Description
- list objects of kind RedisUser
- HTTP responses
- HTTP method
POST- Description
- create a new RedisUser
- Query parameters
- Body parameters
- HTTP responses
/apis/redis.middleware.alauda.io/v1/namespaces/{namespace}/redisusers/{name}
- HTTP method
DELETE- Description
- delete the specified RedisUser
- Query parameters
- HTTP responses
- HTTP method
GET- Description
- read the specified RedisUser
- HTTP responses
- HTTP method
PATCH- Description
- partially update the specified RedisUser
- Query parameters
- HTTP responses
- HTTP method
PUT- Description
- replace the specified RedisUser
- Query parameters
- Body parameters
- HTTP responses
/apis/redis.middleware.alauda.io/v1/namespaces/{namespace}/redisusers/{name}/status
- HTTP method
GET- Description
- read status of the specified RedisUser
- HTTP responses
- HTTP method
PATCH- Description
- partially update status of the specified RedisUser
- Query parameters
- HTTP responses
- HTTP method
PUT- Description
- replace status of the specified RedisUser
- Query parameters
- Body parameters
- HTTP responses