Skip to content

Commit

Permalink
ACM-11470: Allow DiscoveredCluster (#699)
Browse files Browse the repository at this point in the history
* ACM-11470: Allow DiscoveredCluster

Signed-off-by: Roke Jung <[email protected]>

* ran go generate

Signed-off-by: Roke Jung <[email protected]>

---------

Signed-off-by: Roke Jung <[email protected]>
  • Loading branch information
rokej authored May 7, 2024
1 parent 1b04ed2 commit 12a21ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,7 @@ rules:
verbs: ["get", "list", "create", "delete", "update", "patch"]
- apiGroups: ["multicluster.openshift.io"]
resources: ["multiclusterengines"]
verbs: ["list"]
verbs: ["list"]
- apiGroups: [ "discovery.open-cluster-management.io" ]
resources: [ "discoveredclusters" ]
verbs: ["get", "list", "watch", "create", "update", "delete", "deletecollection", "patch"]
1 change: 1 addition & 0 deletions pkg/templates/rbac_gen.go

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

0 comments on commit 12a21ec

Please sign in to comment.