Skip to content

Commit

Permalink
add generated changes
Browse files Browse the repository at this point in the history
Signed-off-by: Rewant Soni <resoni@redhat.com>
  • Loading branch information
rewantsoni committed Jul 30, 2024
1 parent acef0db commit c31ebbe
Show file tree
Hide file tree
Showing 7 changed files with 89 additions and 2 deletions.
3 changes: 3 additions & 0 deletions config/crd/bases/ocs.openshift.io_storageclusterpeers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ spec:
type: object
status:
description: StorageClusterPeerStatus defines the observed state of StorageClusterPeer
properties:
remoteState:
type: string
type: object
type: object
served: true
Expand Down
26 changes: 26 additions & 0 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ rules:
- cephrbdmirrors
verbs:
- '*'
- apiGroups:
- ceph.rook.io
resources:
- cephblockpools
verbs:
- list
- update
- watch
- apiGroups:
- ceph.rook.io
resources:
Expand All @@ -93,6 +101,15 @@ rules:
- list
- update
- watch
- apiGroups:
- ceph.rook.io
resources:
- cephrbdmirrors
verbs:
- create
- delete
- update
- watch
- apiGroups:
- config.openshift.io
resources:
Expand Down Expand Up @@ -155,6 +172,15 @@ rules:
- get
- list
- watch
- apiGroups:
- ""
resources:
- secrets
verbs:
- create
- delete
- update
- watch
- apiGroups:
- k8s.cni.cncf.io
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ spec:
type: object
status:
description: StorageClusterPeerStatus defines the observed state of StorageClusterPeer
properties:
remoteState:
type: string
type: object
type: object
served: true
Expand Down
26 changes: 26 additions & 0 deletions deploy/csv-templates/ocs-operator.csv.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,14 @@ spec:
- cephrbdmirrors
verbs:
- '*'
- apiGroups:
- ceph.rook.io
resources:
- cephblockpools
verbs:
- list
- update
- watch
- apiGroups:
- ceph.rook.io
resources:
Expand All @@ -264,6 +272,15 @@ spec:
- list
- update
- watch
- apiGroups:
- ceph.rook.io
resources:
- cephrbdmirrors
verbs:
- create
- delete
- update
- watch
- apiGroups:
- config.openshift.io
resources:
Expand Down Expand Up @@ -326,6 +343,15 @@ spec:
- get
- list
- watch
- apiGroups:
- ""
resources:
- secrets
verbs:
- create
- delete
- update
- watch
- apiGroups:
- k8s.cni.cncf.io
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,14 @@ spec:
- cephrbdmirrors
verbs:
- '*'
- apiGroups:
- ceph.rook.io
resources:
- cephblockpools
verbs:
- list
- update
- watch
- apiGroups:
- ceph.rook.io
resources:
Expand All @@ -273,6 +281,15 @@ spec:
- list
- update
- watch
- apiGroups:
- ceph.rook.io
resources:
- cephrbdmirrors
verbs:
- create
- delete
- update
- watch
- apiGroups:
- config.openshift.io
resources:
Expand Down Expand Up @@ -335,6 +352,15 @@ spec:
- get
- list
- watch
- apiGroups:
- ""
resources:
- secrets
verbs:
- create
- delete
- update
- watch
- apiGroups:
- k8s.cni.cncf.io
resources:
Expand Down
3 changes: 3 additions & 0 deletions deploy/ocs-operator/manifests/storageclusterpeer.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ spec:
type: object
status:
description: StorageClusterPeerStatus defines the observed state of StorageClusterPeer
properties:
remoteState:
type: string
type: object
type: object
served: true
Expand Down

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

0 comments on commit c31ebbe

Please sign in to comment.