1# permissions for end users to edit dnsmasqoptions. 2apiVersion: rbac.authorization.k8s.io/v1 3kind: ClusterRole 4metadata: 5 name: dnsmasqoptions-editor-role 6rules: 7- apiGroups: 8 - dnsmasq.kvaps.cf 9 resources: 10 - dnsmasqoptions 11 verbs: 12 - create 13 - delete 14 - get 15 - list 16 - patch 17 - update 18 - watch 19- apiGroups: 20 - dnsmasq.kvaps.cf 21 resources: 22 - dnsmasqoptions/status 23 verbs: 24 - get