From 2b445498b713aa1fc3eef2ee74adf2334b8b83cf Mon Sep 17 00:00:00 2001 From: Mateus Oliveira Date: Mon, 12 Aug 2024 18:47:59 -0300 Subject: [PATCH] fixup! fix: read ephemeral-storage in code Signed-off-by: Mateus Oliveira --- api/v1alpha1/oadp_types.go | 2 +- .../oadp.openshift.io_dataprotectionapplications.yaml | 6 +++--- .../bases/oadp.openshift.io_dataprotectionapplications.yaml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api/v1alpha1/oadp_types.go b/api/v1alpha1/oadp_types.go index e629ef1c47..4bb50409bf 100644 --- a/api/v1alpha1/oadp_types.go +++ b/api/v1alpha1/oadp_types.go @@ -131,7 +131,7 @@ type PodConfig struct { // tolerations defines the list of tolerations to be applied to daemonset // +optional Tolerations []corev1.Toleration `json:"tolerations,omitempty"` - // resourceAllocations defines the CPU and Memory resource allocations for the Pod + // resourceAllocations defines the CPU, Memory and ephemeral-storage resource allocations for the Pod // +optional // +nullable ResourceAllocations corev1.ResourceRequirements `json:"resourceAllocations,omitempty"` diff --git a/bundle/manifests/oadp.openshift.io_dataprotectionapplications.yaml b/bundle/manifests/oadp.openshift.io_dataprotectionapplications.yaml index b61c9d4d7a..afce4e36d0 100644 --- a/bundle/manifests/oadp.openshift.io_dataprotectionapplications.yaml +++ b/bundle/manifests/oadp.openshift.io_dataprotectionapplications.yaml @@ -305,7 +305,7 @@ spec: description: nodeSelector defines the nodeSelector to be supplied to podSpec type: object resourceAllocations: - description: resourceAllocations defines the CPU and Memory resource allocations for the Pod + description: resourceAllocations defines the CPU, Memory and ephemeral-storage resource allocations for the Pod nullable: true properties: claims: @@ -546,7 +546,7 @@ spec: description: nodeSelector defines the nodeSelector to be supplied to podSpec type: object resourceAllocations: - description: resourceAllocations defines the CPU and Memory resource allocations for the Pod + description: resourceAllocations defines the CPU, Memory and ephemeral-storage resource allocations for the Pod nullable: true properties: claims: @@ -980,7 +980,7 @@ spec: description: nodeSelector defines the nodeSelector to be supplied to podSpec type: object resourceAllocations: - description: resourceAllocations defines the CPU and Memory resource allocations for the Pod + description: resourceAllocations defines the CPU, Memory and ephemeral-storage resource allocations for the Pod nullable: true properties: claims: diff --git a/config/crd/bases/oadp.openshift.io_dataprotectionapplications.yaml b/config/crd/bases/oadp.openshift.io_dataprotectionapplications.yaml index c86b4f5ab2..446bc22429 100644 --- a/config/crd/bases/oadp.openshift.io_dataprotectionapplications.yaml +++ b/config/crd/bases/oadp.openshift.io_dataprotectionapplications.yaml @@ -305,7 +305,7 @@ spec: description: nodeSelector defines the nodeSelector to be supplied to podSpec type: object resourceAllocations: - description: resourceAllocations defines the CPU and Memory resource allocations for the Pod + description: resourceAllocations defines the CPU, Memory and ephemeral-storage resource allocations for the Pod nullable: true properties: claims: @@ -546,7 +546,7 @@ spec: description: nodeSelector defines the nodeSelector to be supplied to podSpec type: object resourceAllocations: - description: resourceAllocations defines the CPU and Memory resource allocations for the Pod + description: resourceAllocations defines the CPU, Memory and ephemeral-storage resource allocations for the Pod nullable: true properties: claims: @@ -980,7 +980,7 @@ spec: description: nodeSelector defines the nodeSelector to be supplied to podSpec type: object resourceAllocations: - description: resourceAllocations defines the CPU and Memory resource allocations for the Pod + description: resourceAllocations defines the CPU, Memory and ephemeral-storage resource allocations for the Pod nullable: true properties: claims: