Skip to content

Commit

Permalink
implement server side rpc call for peering
Browse files Browse the repository at this point in the history
Signed-off-by: Rewant Soni <[email protected]>
  • Loading branch information
rewantsoni committed Oct 22, 2024
1 parent 2d42e55 commit 8d56885
Show file tree
Hide file tree
Showing 1,126 changed files with 471,081 additions and 22 deletions.
9 changes: 9 additions & 0 deletions rbac/provider-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,12 @@ rules:
verbs:
- get
- list
- apiGroups:
- ocs.openshift.io
resources:
- storageclusterpeers
- storageclusterpeers/status
verbs:
- get
- list
- update
15 changes: 15 additions & 0 deletions services/provider/api/vendor/github.com/davecgh/go-spew/LICENSE

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

145 changes: 145 additions & 0 deletions services/provider/api/vendor/github.com/davecgh/go-spew/spew/bypass.go

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

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

Loading

0 comments on commit 8d56885

Please sign in to comment.