From c41bfcc2bdf7a23d60dbf7715060040bd47b0998 Mon Sep 17 00:00:00 2001 From: Ashwin Krishna Date: Fri, 7 Jul 2023 09:54:23 -0700 Subject: [PATCH] Mark stagingDiskMB on CFBuild as unimplemented [#2651] --- controllers/api/v1alpha1/cfbuild_types.go | 2 +- .../controllers/crds/korifi.cloudfoundry.org_cfbuilds.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/controllers/api/v1alpha1/cfbuild_types.go b/controllers/api/v1alpha1/cfbuild_types.go index ebbaf78cd..361c12dda 100644 --- a/controllers/api/v1alpha1/cfbuild_types.go +++ b/controllers/api/v1alpha1/cfbuild_types.go @@ -30,7 +30,7 @@ type CFBuildSpec struct { // The memory limit for the pod that will stage the image StagingMemoryMB int `json:"stagingMemoryMB"` - // The ephemeral-disk size request for the pod that will stage the image + // Unimplemented: StagingDiskMB is the ephemeral-disk size request for the pod that will stage the image StagingDiskMB int `json:"stagingDiskMB"` // Specifies the buildpacks and stack for the build diff --git a/helm/korifi/controllers/crds/korifi.cloudfoundry.org_cfbuilds.yaml b/helm/korifi/controllers/crds/korifi.cloudfoundry.org_cfbuilds.yaml index 9cf660e9f..c7feec953 100644 --- a/helm/korifi/controllers/crds/korifi.cloudfoundry.org_cfbuilds.yaml +++ b/helm/korifi/controllers/crds/korifi.cloudfoundry.org_cfbuilds.yaml @@ -94,8 +94,8 @@ spec: type: object x-kubernetes-map-type: atomic stagingDiskMB: - description: The ephemeral-disk size request for the pod that will - stage the image + description: 'Unimplemented: StagingDiskMB is the ephemeral-disk size + request for the pod that will stage the image' type: integer stagingMemoryMB: description: The memory limit for the pod that will stage the image