RedisEnterpriseACL API Reference

Redis Enterprise for Kubernetes

apiVersion:

app.redislabs.com/v1alpha1

RedisEnterpriseACL represents an access control list definition for a Redis database.

Name Type Description Required
apiVersion string app.redislabs.com/v1alpha1 true
kind string RedisEnterpriseACL true
metadata object Refer to the Kubernetes API documentation for the fields of the `metadata` field. true
spec object RedisEnterpriseACLSpec defines the desired state of RedisEnterpriseACL
false
status object RedisEnterpriseACLStatus defines the observed state of RedisEnterpriseACL
false

spec

↩ Parent

RedisEnterpriseACLSpec defines the desired state of RedisEnterpriseACL

Name Type Description Required
acl string Redis ACL rule
false

status

↩ Parent

RedisEnterpriseACLStatus defines the observed state of RedisEnterpriseACL

Name Type Description Required
observedGeneration integer The most recent generation of this resource that was observed and acted upon by the controller.

Format: int64
false
uid string The internal UID of the Redis ACL object defined in the Redis Enterprise Cluster.
false
RATE THIS PAGE
Back to top ↑