...

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

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

     1apiVersion: rbac.authorization.k8s.io/v1
     2kind: ClusterRole
     3metadata:
     4  name: nodeagent
     5rules:
     6- resources:
     7  - configmaps
     8  - secrets
     9  apiGroups:
    10  - ""
    11  verbs:
    12  - get
    13  - list
    14  - watch
    15- resources:
    16  - events
    17  apiGroups:
    18  - ""
    19  verbs:
    20  - create
    21  - patch
    22- resources:
    23  - daemonsets
    24  apiGroups:
    25  - apps
    26  verbs:
    27  - get
    28  - list
    29  - watch
    30- resources:
    31  - ienodes
    32  apiGroups:
    33  - dsds.edge.ncr.com
    34  verbs:
    35  - get
    36  - list
    37  - watch
    38  - patch
    39  - update
    40- resources:
    41  - ienodes/status
    42  apiGroups:
    43  - dsds.edge.ncr.com
    44  verbs:
    45  - get
    46  - patch
    47  - update
    48- resources:
    49  - nodefirewall
    50  apiGroups:
    51  - dsds.edge.ncr.com
    52  verbs:
    53  - get
    54  - list
    55  - watch
    56  - patch
    57  - update
    58- resources:
    59  - nodefirewall/status
    60  apiGroups:
    61  - dsds.edge.ncr.com
    62  verbs:
    63  - get
    64  - patch
    65  - update
    66- resources:
    67  - customresourcedefinitions
    68  apiGroups:
    69  - apiextensions.k8s.io
    70  verbs:
    71  - get
    72  - list
    73  - watch
    74- resources:
    75  - nodes
    76  apiGroups:
    77  - ""
    78  verbs:
    79  - get
    80  - list
    81  - watch
    82  - patch
    83  - update

View as plain text