Skip to content

Commit

Permalink
make generate
Browse files Browse the repository at this point in the history
Signed-off-by: Ronny Baturov <[email protected]>
  • Loading branch information
rbaturov committed Oct 6, 2024
1 parent e741fe1 commit c7d66fa
Showing 1 changed file with 48 additions and 5 deletions.
53 changes: 48 additions & 5 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ rules:
- ""
resources:
- configmaps
- serviceaccounts
verbs:
- '*'
- apiGroups:
Expand Down Expand Up @@ -48,14 +47,18 @@ rules:
- apps
resources:
- daemonsets
verbs:
- '*'
- apiGroups:
- apps
resources:
- deployments
verbs:
- '*'
- apiGroups:
- config.openshift.io
resources:
- clusteroperators
- infrastructures
verbs:
- get
- apiGroups:
Expand All @@ -64,11 +67,16 @@ rules:
- clusterversions
verbs:
- list
- apiGroups:
- config.openshift.io
resources:
- infrastructures
verbs:
- get
- apiGroups:
- machineconfiguration.openshift.io
resources:
- kubeletconfigs
- machineconfigpools
verbs:
- get
- list
Expand All @@ -79,6 +87,14 @@ rules:
- kubeletconfigs/finalizers
verbs:
- update
- apiGroups:
- machineconfiguration.openshift.io
resources:
- machineconfigpools
verbs:
- get
- list
- watch
- apiGroups:
- machineconfiguration.openshift.io
resources:
Expand All @@ -95,14 +111,12 @@ rules:
- nodetopology.openshift.io
resources:
- numaresourcesoperators/finalizers
- numaresourcesschedulers/finalizers
verbs:
- update
- apiGroups:
- nodetopology.openshift.io
resources:
- numaresourcesoperators/status
- numaresourcesschedulers/status
verbs:
- get
- patch
Expand All @@ -119,12 +133,41 @@ rules:
- patch
- update
- watch
- apiGroups:
- nodetopology.openshift.io
resources:
- numaresourcesschedulers/finalizers
verbs:
- update
- apiGroups:
- nodetopology.openshift.io
resources:
- numaresourcesschedulers/status
verbs:
- get
- patch
- update
- apiGroups:
- rbac.authorization.k8s.io
resources:
- clusterrolebindings
verbs:
- '*'
- apiGroups:
- rbac.authorization.k8s.io
resources:
- clusterroles
verbs:
- '*'
- apiGroups:
- rbac.authorization.k8s.io
resources:
- rolebindings
verbs:
- '*'
- apiGroups:
- rbac.authorization.k8s.io
resources:
- roles
verbs:
- '*'
Expand Down

0 comments on commit c7d66fa

Please sign in to comment.