# permissions for end users to view memcacheds. apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: memcached-viewer-role rules: - apiGroups: - infrastructure.vexxhost.cloud resources: - memcacheds verbs: - get - list - watch - apiGroups: - infrastructure.vexxhost.cloud resources: - memcacheds/status verbs: - get