Skip to content

Commit

Permalink
make generate
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikalai Radchuk committed Sep 8, 2021
1 parent 5fae428 commit b4b4fd2
Show file tree
Hide file tree
Showing 32 changed files with 446 additions and 146 deletions.
2 changes: 1 addition & 1 deletion pkg/operator/controllers/rbac/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions pkg/operator/controllers/rbac/staticresources/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ rules:
- get
- list
- watch
- apiGroups:
- apiserver.openshift.io
resources:
- apirequestcounts
verbs:
- get
- list
- watch
- apiGroups:
- apps
resources:
Expand Down Expand Up @@ -414,6 +422,7 @@ rules:
- apiGroups:
- network.operator.openshift.io
resources:
- egressrouters
- operatorpkis
verbs:
- get
Expand Down Expand Up @@ -589,6 +598,7 @@ rules:
resources:
- csidrivers
- csinodes
- csistoragecapacities
- storageclasses
- volumeattachments
verbs:
Expand Down
Loading

0 comments on commit b4b4fd2

Please sign in to comment.