...

Text file src/github.com/kvaps/dnsmasq-controller/config/rbac-viewer-editor/dhcpoptions_editor_role.yaml

Documentation: github.com/kvaps/dnsmasq-controller/config/rbac-viewer-editor

     1# permissions for end users to edit dhcpoptions.
     2apiVersion: rbac.authorization.k8s.io/v1
     3kind: ClusterRole
     4metadata:
     5  name: dhcpoptions-editor-role
     6rules:
     7- apiGroups:
     8  - dnsmasq.kvaps.cf
     9  resources:
    10  - dhcpoptions
    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  - dhcpoptions/status
    23  verbs:
    24  - get

View as plain text