From 9d18068064f1d865fa170f491284fd4e1056737b Mon Sep 17 00:00:00 2001 From: Vladislav Sukhin Date: Thu, 12 Dec 2024 18:39:43 +0300 Subject: [PATCH] fix: remove shared Signed-off-by: Vladislav Sukhin --- api/testworkflows/v1/types.go | 2 -- ...stworkflows.testkube.io_testworkflows.yaml | 15 --------------- ...ows.testkube.io_testworkflowtemplates.yaml | 19 ------------------- 3 files changed, 36 deletions(-) diff --git a/api/testworkflows/v1/types.go b/api/testworkflows/v1/types.go index 3253a565..8ebafbdd 100644 --- a/api/testworkflows/v1/types.go +++ b/api/testworkflows/v1/types.go @@ -233,8 +233,6 @@ type TestWorkflowTagSchema struct { } type TestWorkflowPvcConfig struct { - // Specify whether the pvc should be shared between test workflow pods - Shared bool `json:"shared,omitempty" expr:"ignore"` // Access mode for claim storage. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes AccessModes []string `json:"accessModes,omitempty" expr:"template"` // Volume mode indicates the consumption of the volume as either a filesystem or block device. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#volume-mode diff --git a/config/crd/bases/testworkflows.testkube.io_testworkflows.yaml b/config/crd/bases/testworkflows.testkube.io_testworkflows.yaml index 1263d91b..5e610acf 100644 --- a/config/crd/bases/testworkflows.testkube.io_testworkflows.yaml +++ b/config/crd/bases/testworkflows.testkube.io_testworkflows.yaml @@ -2772,9 +2772,6 @@ spec: type: object type: object x-kubernetes-map-type: atomic - shared: - description: Specify whether the pvc should be shared between test workflow pods - type: boolean storageClassName: description: 'Storage class name specifies the name of a StorageClass. More info: https://kubernetes.io/docs/concepts/storage/storage-classes/' type: string @@ -4081,9 +4078,6 @@ spec: type: object type: object x-kubernetes-map-type: atomic - shared: - description: Specify whether the pvc should be shared between test workflow pods - type: boolean storageClassName: description: 'Storage class name specifies the name of a StorageClass. More info: https://kubernetes.io/docs/concepts/storage/storage-classes/' type: string @@ -4815,9 +4809,6 @@ spec: type: object type: object x-kubernetes-map-type: atomic - shared: - description: Specify whether the pvc should be shared between test workflow pods - type: boolean storageClassName: description: 'Storage class name specifies the name of a StorageClass. More info: https://kubernetes.io/docs/concepts/storage/storage-classes/' type: string @@ -7851,9 +7842,6 @@ spec: type: object type: object x-kubernetes-map-type: atomic - shared: - description: Specify whether the pvc should be shared between test workflow pods - type: boolean storageClassName: description: 'Storage class name specifies the name of a StorageClass. More info: https://kubernetes.io/docs/concepts/storage/storage-classes/' type: string @@ -10942,9 +10930,6 @@ spec: type: object type: object x-kubernetes-map-type: atomic - shared: - description: Specify whether the pvc should be shared between test workflow pods - type: boolean storageClassName: description: 'Storage class name specifies the name of a StorageClass. More info: https://kubernetes.io/docs/concepts/storage/storage-classes/' type: string diff --git a/config/crd/bases/testworkflows.testkube.io_testworkflowtemplates.yaml b/config/crd/bases/testworkflows.testkube.io_testworkflowtemplates.yaml index b7ecfeb8..2a8e035b 100644 --- a/config/crd/bases/testworkflows.testkube.io_testworkflowtemplates.yaml +++ b/config/crd/bases/testworkflows.testkube.io_testworkflowtemplates.yaml @@ -2760,10 +2760,6 @@ spec: type: object type: object x-kubernetes-map-type: atomic - shared: - description: Specify whether the pvc should be shared - between test workflow pods - type: boolean storageClassName: description: 'Storage class name specifies the name of a StorageClass. More info: https://kubernetes.io/docs/concepts/storage/storage-classes/' @@ -4016,9 +4012,6 @@ spec: type: object type: object x-kubernetes-map-type: atomic - shared: - description: Specify whether the pvc should be shared between test workflow pods - type: boolean storageClassName: description: 'Storage class name specifies the name of a StorageClass. More info: https://kubernetes.io/docs/concepts/storage/storage-classes/' type: string @@ -4755,10 +4748,6 @@ spec: type: object type: object x-kubernetes-map-type: atomic - shared: - description: Specify whether the pvc should be shared - between test workflow pods - type: boolean storageClassName: description: 'Storage class name specifies the name of a StorageClass. More info: https://kubernetes.io/docs/concepts/storage/storage-classes/' @@ -7763,10 +7752,6 @@ spec: type: object type: object x-kubernetes-map-type: atomic - shared: - description: Specify whether the pvc should be shared - between test workflow pods - type: boolean storageClassName: description: 'Storage class name specifies the name of a StorageClass. More info: https://kubernetes.io/docs/concepts/storage/storage-classes/' @@ -10789,10 +10774,6 @@ spec: type: object type: object x-kubernetes-map-type: atomic - shared: - description: Specify whether the pvc should be shared - between test workflow pods - type: boolean storageClassName: description: 'Storage class name specifies the name of a StorageClass. More info: https://kubernetes.io/docs/concepts/storage/storage-classes/'