Skip to content

Commit

Permalink
fix: remove shared
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Sukhin <[email protected]>
  • Loading branch information
vsukhin committed Dec 12, 2024
1 parent 02ce60b commit 9d18068
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 36 deletions.
2 changes: 0 additions & 2 deletions api/testworkflows/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 0 additions & 15 deletions config/crd/bases/testworkflows.testkube.io_testworkflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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/'
Expand Down Expand Up @@ -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/'
Expand Down Expand Up @@ -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/'
Expand Down

0 comments on commit 9d18068

Please sign in to comment.