From 29c166608301bf93acd88e23d0aec48dad1adfee Mon Sep 17 00:00:00 2001 From: Leela Venkaiah G Date: Fri, 19 Apr 2024 11:54:18 +0530 Subject: [PATCH] generated changes for storagerequest type change Signed-off-by: Leela Venkaiah G --- config/crd/bases/ocs.openshift.io_storagerequests.yaml | 4 ++-- .../bases/ocs-operator.clusterserviceversion.yaml | 10 +++++----- .../crds/ocs/ocs.openshift.io_storagerequests.yaml | 4 ++-- deploy/ocs-operator/manifests/storagerequest.crd.yaml | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/config/crd/bases/ocs.openshift.io_storagerequests.yaml b/config/crd/bases/ocs.openshift.io_storagerequests.yaml index 942584c725..ee27bded28 100644 --- a/config/crd/bases/ocs.openshift.io_storagerequests.yaml +++ b/config/crd/bases/ocs.openshift.io_storagerequests.yaml @@ -48,8 +48,8 @@ spec: type: string type: enum: - - blockpool - - sharedfilesystem + - block + - sharedfile type: string required: - type diff --git a/config/manifests/ocs-operator/bases/ocs-operator.clusterserviceversion.yaml b/config/manifests/ocs-operator/bases/ocs-operator.clusterserviceversion.yaml index c02d3547d4..074c0cd942 100644 --- a/config/manifests/ocs-operator/bases/ocs-operator.clusterserviceversion.yaml +++ b/config/manifests/ocs-operator/bases/ocs-operator.clusterserviceversion.yaml @@ -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 @@ -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. diff --git a/deploy/csv-templates/crds/ocs/ocs.openshift.io_storagerequests.yaml b/deploy/csv-templates/crds/ocs/ocs.openshift.io_storagerequests.yaml index 942584c725..ee27bded28 100644 --- a/deploy/csv-templates/crds/ocs/ocs.openshift.io_storagerequests.yaml +++ b/deploy/csv-templates/crds/ocs/ocs.openshift.io_storagerequests.yaml @@ -48,8 +48,8 @@ spec: type: string type: enum: - - blockpool - - sharedfilesystem + - block + - sharedfile type: string required: - type diff --git a/deploy/ocs-operator/manifests/storagerequest.crd.yaml b/deploy/ocs-operator/manifests/storagerequest.crd.yaml index d48ee1ca4f..6f5ddf43c0 100644 --- a/deploy/ocs-operator/manifests/storagerequest.crd.yaml +++ b/deploy/ocs-operator/manifests/storagerequest.crd.yaml @@ -47,8 +47,8 @@ spec: type: string type: enum: - - blockpool - - sharedfilesystem + - block + - sharedfile type: string required: - type