...

Text file src/github.com/kvaps/dnsmasq-controller/config/rbac/role.yaml

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

     1---
     2apiVersion: rbac.authorization.k8s.io/v1
     3kind: ClusterRole
     4metadata:
     5  creationTimestamp: null
     6  name: dnsmasq-controller
     7rules:
     8- apiGroups:
     9  - dnsmasq.kvaps.cf
    10  resources:
    11  - dhcphosts
    12  verbs:
    13  - get
    14  - list
    15  - watch
    16- apiGroups:
    17  - dnsmasq.kvaps.cf
    18  resources:
    19  - dhcpoptions
    20  verbs:
    21  - get
    22  - list
    23  - watch
    24- apiGroups:
    25  - dnsmasq.kvaps.cf
    26  resources:
    27  - dnshosts
    28  verbs:
    29  - get
    30  - list
    31  - watch
    32- apiGroups:
    33  - dnsmasq.kvaps.cf
    34  resources:
    35  - dnsmasqoptions
    36  verbs:
    37  - get
    38  - list
    39  - watch

View as plain text