chore(che_types.go): Fix `pvcClaimSize` description (#924)
* chore(che_types.go): Fix pvcClaimSize description Signed-off-by: Anatolii Bazko <abazko@redhat.com> Co-authored-by: Anatolii Bazko <abazko@redhat.com>pull/922/head
parent
da1bc3b8ab
commit
28d77f186c
|
|
@ -942,7 +942,7 @@ spec:
|
|||
type: boolean
|
||||
pvcClaimSize:
|
||||
description: Size of the persistent volume claim for workspaces.
|
||||
Defaults to `1Gi`.
|
||||
Defaults to `10Gi`.
|
||||
type: string
|
||||
pvcJobsImage:
|
||||
description: Overrides the container image used to create sub-paths
|
||||
|
|
|
|||
|
|
@ -959,7 +959,7 @@ spec:
|
|||
type: boolean
|
||||
pvcClaimSize:
|
||||
description: Size of the persistent volume claim for workspaces.
|
||||
Defaults to `1Gi`.
|
||||
Defaults to `10Gi`.
|
||||
type: string
|
||||
pvcJobsImage:
|
||||
description: Overrides the container image used to create sub-paths
|
||||
|
|
|
|||
|
|
@ -86,13 +86,13 @@ metadata:
|
|||
categories: Developer Tools
|
||||
certified: "false"
|
||||
containerImage: quay.io/eclipse/che-operator:next
|
||||
createdAt: "2021-07-12T13:17:30Z"
|
||||
createdAt: "2021-07-14T06:55:06Z"
|
||||
description: A Kube-native development solution that delivers portable and collaborative
|
||||
developer workspaces.
|
||||
operatorframework.io/suggested-namespace: eclipse-che
|
||||
repository: https://github.com/eclipse-che/che-operator
|
||||
support: Eclipse Foundation
|
||||
name: eclipse-che-preview-kubernetes.v7.33.0-252.nightly
|
||||
name: eclipse-che-preview-kubernetes.v7.33.0-254.nightly
|
||||
namespace: placeholder
|
||||
spec:
|
||||
apiservicedefinitions: {}
|
||||
|
|
@ -1241,4 +1241,4 @@ spec:
|
|||
maturity: stable
|
||||
provider:
|
||||
name: Eclipse Foundation
|
||||
version: 7.33.0-252.nightly
|
||||
version: 7.33.0-254.nightly
|
||||
|
|
|
|||
|
|
@ -959,7 +959,7 @@ spec:
|
|||
type: boolean
|
||||
pvcClaimSize:
|
||||
description: Size of the persistent volume claim for workspaces.
|
||||
Defaults to `1Gi`.
|
||||
Defaults to `10Gi`.
|
||||
type: string
|
||||
pvcJobsImage:
|
||||
description: Overrides the container image used to create sub-paths
|
||||
|
|
|
|||
|
|
@ -77,13 +77,13 @@ metadata:
|
|||
categories: Developer Tools, OpenShift Optional
|
||||
certified: "false"
|
||||
containerImage: quay.io/eclipse/che-operator:next
|
||||
createdAt: "2021-07-12T13:17:47Z"
|
||||
createdAt: "2021-07-14T06:55:12Z"
|
||||
description: A Kube-native development solution that delivers portable and collaborative
|
||||
developer workspaces in OpenShift.
|
||||
operatorframework.io/suggested-namespace: eclipse-che
|
||||
repository: https://github.com/eclipse-che/che-operator
|
||||
support: Eclipse Foundation
|
||||
name: eclipse-che-preview-openshift.v7.33.0-252.nightly
|
||||
name: eclipse-che-preview-openshift.v7.33.0-254.nightly
|
||||
namespace: placeholder
|
||||
spec:
|
||||
apiservicedefinitions: {}
|
||||
|
|
@ -1318,4 +1318,4 @@ spec:
|
|||
maturity: stable
|
||||
provider:
|
||||
name: Eclipse Foundation
|
||||
version: 7.33.0-252.nightly
|
||||
version: 7.33.0-254.nightly
|
||||
|
|
|
|||
|
|
@ -975,7 +975,7 @@ spec:
|
|||
type: boolean
|
||||
pvcClaimSize:
|
||||
description: Size of the persistent volume claim for workspaces.
|
||||
Defaults to `1Gi`.
|
||||
Defaults to `10Gi`.
|
||||
type: string
|
||||
pvcJobsImage:
|
||||
description: Overrides the container image used to create sub-paths
|
||||
|
|
|
|||
|
|
@ -526,7 +526,7 @@ type CheClusterSpecStorage struct {
|
|||
// `per-workspace` (one PVC per workspace for all declared volumes) and `unique` (one PVC per declared volume). Defaults to `common`.
|
||||
// +optional
|
||||
PvcStrategy string `json:"pvcStrategy,omitempty"`
|
||||
// Size of the persistent volume claim for workspaces. Defaults to `1Gi`.
|
||||
// Size of the persistent volume claim for workspaces. Defaults to `10Gi`.
|
||||
// +optional
|
||||
PvcClaimSize string `json:"pvcClaimSize,omitempty"`
|
||||
// Instructs the Che server to start a special Pod to pre-create a sub-path in the Persistent Volumes.
|
||||
|
|
|
|||
Loading…
Reference in New Issue