From 242e8629425b7c7b4c570b4a2fd1b6409cf52d5c Mon Sep 17 00:00:00 2001 From: Leela Venkaiah G Date: Fri, 19 Apr 2024 11:46:28 +0530 Subject: [PATCH] update vendor for storagerequest.spec.type value change Signed-off-by: Leela Venkaiah G --- .../ocs-operator/api/v4/v1alpha1/storagerequest_types.go | 2 +- .../ocs-operator/api/v4/v1alpha1/storagerequest_types.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/metrics/vendor/github.com/red-hat-storage/ocs-operator/api/v4/v1alpha1/storagerequest_types.go b/metrics/vendor/github.com/red-hat-storage/ocs-operator/api/v4/v1alpha1/storagerequest_types.go index 7ceb04dc4b..6ab773fe27 100644 --- a/metrics/vendor/github.com/red-hat-storage/ocs-operator/api/v4/v1alpha1/storagerequest_types.go +++ b/metrics/vendor/github.com/red-hat-storage/ocs-operator/api/v4/v1alpha1/storagerequest_types.go @@ -24,7 +24,7 @@ import ( // StorageRequestSpec defines the desired state of StorageRequest type StorageRequestSpec struct { - //+kubebuilder:validation:Enum=blockpool;sharedfilesystem + //+kubebuilder:validation:Enum=block;sharedfile Type string `json:"type"` EncryptionMethod string `json:"encryptionMethod,omitempty"` StorageProfile string `json:"storageProfile,omitempty"` diff --git a/vendor/github.com/red-hat-storage/ocs-operator/api/v4/v1alpha1/storagerequest_types.go b/vendor/github.com/red-hat-storage/ocs-operator/api/v4/v1alpha1/storagerequest_types.go index 7ceb04dc4b..6ab773fe27 100644 --- a/vendor/github.com/red-hat-storage/ocs-operator/api/v4/v1alpha1/storagerequest_types.go +++ b/vendor/github.com/red-hat-storage/ocs-operator/api/v4/v1alpha1/storagerequest_types.go @@ -24,7 +24,7 @@ import ( // StorageRequestSpec defines the desired state of StorageRequest type StorageRequestSpec struct { - //+kubebuilder:validation:Enum=blockpool;sharedfilesystem + //+kubebuilder:validation:Enum=block;sharedfile Type string `json:"type"` EncryptionMethod string `json:"encryptionMethod,omitempty"` StorageProfile string `json:"storageProfile,omitempty"`