...

Text file src/edge-infra.dev/config/pallets/sds/display/base/xserver/role.yaml

Documentation: edge-infra.dev/config/pallets/sds/display/base/xserver

     1apiVersion: rbac.authorization.k8s.io/v1
     2kind: ClusterRole
     3metadata:
     4  name: xserver
     5rules:
     6- resources:
     7  - configmaps
     8  apiGroups:
     9  - ""
    10  verbs:
    11  - get
    12  - list
    13  - watch
    14- resources:
    15  - nodedisplayconfigs
    16  apiGroups:
    17  - display.edge.ncr.com
    18  verbs:
    19  - create
    20  - get
    21  - list
    22  - watch

View as plain text