github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/deploy/foxlake/templates/clusterrole.yaml (about)

     1  apiVersion: rbac.authorization.k8s.io/v1
     2  kind: ClusterRole
     3  metadata:
     4    name: kb-foxlake-clusterrole
     5    labels:
     6      {{ include "foxlake.labels" . | nindent 4 }}
     7  rules:
     8  - apiGroups:
     9    - ""
    10    resources:
    11    - endpoints
    12    verbs:
    13    - get
    14    - list
    15    - watch
    16  - apiGroups:
    17    - "discovery.k8s.io"
    18    resources:
    19    - endpointslices
    20    verbs:
    21    - get
    22    - list
    23    - watch
    24  - apiGroups:
    25    - ""
    26    resources:
    27    - events
    28    verbs:
    29    - create
    30    - delete
    31    - get
    32    - list
    33    - patch
    34    - update
    35    - watch
    36  - apiGroups:
    37    - ""
    38    resources:
    39    - namespaces
    40    verbs:
    41    - create
    42    - delete
    43    - get
    44    - list
    45    - patch
    46    - update
    47    - watch
    48  - apiGroups:
    49    - ""
    50    resources:
    51    - pods
    52    verbs:
    53    - create
    54    - delete
    55    - get
    56    - list
    57    - patch
    58    - update
    59    - watch
    60  - apiGroups:
    61    - ""
    62    resources:
    63    - resourcequotas
    64    verbs:
    65    - create
    66    - delete
    67    - get
    68    - list
    69    - patch
    70    - update
    71    - watch
    72  - apiGroups:
    73    - ""
    74    resources:
    75    - secrets
    76    verbs:
    77    - create
    78    - delete
    79    - get
    80    - list
    81    - patch
    82    - update
    83    - watch
    84  - apiGroups:
    85    - ""
    86    resources:
    87    - serviceaccounts
    88    verbs:
    89    - create
    90    - delete
    91    - get
    92    - list
    93    - patch
    94    - update
    95    - watch
    96  - apiGroups:
    97    - ""
    98    resources:
    99    - services
   100    verbs:
   101    - create
   102    - delete
   103    - get
   104    - list
   105    - patch
   106    - update
   107    - watch
   108  - apiGroups:
   109    - apps
   110    resources:
   111    - deployments
   112    verbs:
   113    - create
   114    - delete
   115    - get
   116    - list
   117    - patch
   118    - update
   119    - watch
   120  - apiGroups:
   121    - batch
   122    resources:
   123    - jobs
   124    verbs:
   125    - create
   126    - delete
   127    - get
   128    - list
   129    - patch
   130    - update
   131    - watch
   132  - apiGroups:
   133    - "keda.sh"
   134    resources:
   135    - scaledobjects
   136    verbs:
   137    - create
   138    - delete
   139    - get
   140    - list
   141    - patch
   142    - update
   143    - watch