Skip to content

Commit

Permalink
generated changes for storagerequest type change
Browse files Browse the repository at this point in the history
Signed-off-by: Leela Venkaiah G <[email protected]>
  • Loading branch information
leelavg committed Apr 22, 2024
1 parent 1b4c800 commit 29c1666
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions config/crd/bases/ocs.openshift.io_storagerequests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ spec:
type: string
type:
enum:
- blockpool
- sharedfilesystem
- block
- sharedfile
type: string
required:
- type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ spec:
apiservicedefinitions: {}
customresourcedefinitions:
owned:
- description: StorageRequest is the Schema for the StorageRequests API
displayName: Storage Request
kind: StorageRequest
name: storagerequests.ocs.openshift.io
version: v1alpha1
- description: OCSInitialization represents the initial data to be created when
the operator is installed.
displayName: OCS Initialization
Expand Down Expand Up @@ -49,6 +44,11 @@ spec:
kind: StorageProfile
name: storageprofiles.ocs.openshift.io
version: v1
- description: StorageRequest is the Schema for the StorageRequests API
displayName: Storage Request
kind: StorageRequest
name: storagerequests.ocs.openshift.io
version: v1alpha1
description: |
**Red Hat OpenShift Container Storage** deploys three operators.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ spec:
type: string
type:
enum:
- blockpool
- sharedfilesystem
- block
- sharedfile
type: string
required:
- type
Expand Down
4 changes: 2 additions & 2 deletions deploy/ocs-operator/manifests/storagerequest.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ spec:
type: string
type:
enum:
- blockpool
- sharedfilesystem
- block
- sharedfile
type: string
required:
- type
Expand Down

0 comments on commit 29c1666

Please sign in to comment.