Add 'Technology Preview' to DevWorkspace Operator section description (#1044)

Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
pull/1050/head
Mykola Morhun 2021-09-01 16:04:22 +03:00 committed by GitHub
parent 86d748bee0
commit 0c4e935645
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 14 additions and 14 deletions

View File

@ -59,7 +59,7 @@ type CheClusterSpec struct {
// +optional
ImagePuller CheClusterSpecImagePuller `json:"imagePuller"`
// Dev Workspace operator configuration
// DevWorkspace operator configuration
// +optional
DevWorkspace CheClusterSpecDevWorkspace `json:"devWorkspace"`
}
@ -608,13 +608,13 @@ type CheClusterSpecImagePuller struct {
}
// +k8s:openapi-gen=true
// Settings for installation and configuration of the Dev Workspace operator
// Settings for installation and configuration of the DevWorkspace operator
// See https://github.com/devfile/devworkspace-operator
type CheClusterSpecDevWorkspace struct {
// Deploys the DevWorkspace Operator in the cluster.
// Does nothing when a matching version of the Operator is already installed.
// Fails when a non-matching version of the Operator is already installed.
// +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Enable Dev Workspace operator"
// +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Enable DevWorkspace operator (Technology Preview)"
// +operator-sdk:csv:customresourcedefinitions:type=spec,xDescriptors="urn:alm:descriptor:com.tectonic.ui:booleanSwitch"
Enable bool `json:"enable"`
// Overrides the container image used in the DevWorkspace controller deployment.

View File

@ -83,7 +83,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/eclipse-che/che-operator
support: Eclipse Foundation
name: eclipse-che-preview-kubernetes.v7.36.0-288.next
name: eclipse-che-preview-kubernetes.v7.36.0-295.next
namespace: placeholder
spec:
apiservicedefinitions: {}
@ -107,7 +107,7 @@ spec:
- description: Deploys the DevWorkspace Operator in the cluster. Does nothing
when a matching version of the Operator is already installed. Fails
when a non-matching version of the Operator is already installed.
displayName: Enable Dev Workspace operator
displayName: Enable DevWorkspace operator (Technology Preview)
path: devWorkspace.enable
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
@ -1174,4 +1174,4 @@ spec:
maturity: stable
provider:
name: Eclipse Foundation
version: 7.36.0-288.next
version: 7.36.0-295.next

View File

@ -210,7 +210,7 @@ spec:
type: string
type: object
devWorkspace:
description: Dev Workspace operator configuration
description: DevWorkspace operator configuration
properties:
controllerImage:
description: Overrides the container image used in the DevWorkspace controller deployment. This includes the image tag. Omit it or leave it empty to use the default container image provided by the Operator.

View File

@ -76,7 +76,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/eclipse-che/che-operator
support: Eclipse Foundation
name: eclipse-che-preview-openshift.v7.36.0-288.next
name: eclipse-che-preview-openshift.v7.36.0-305.next
namespace: placeholder
spec:
apiservicedefinitions: {}
@ -100,7 +100,7 @@ spec:
- description: Deploys the DevWorkspace Operator in the cluster. Does nothing
when a matching version of the Operator is already installed. Fails
when a non-matching version of the Operator is already installed.
displayName: Enable Dev Workspace operator
displayName: Enable DevWorkspace operator (Technology Preview)
path: devWorkspace.enable
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
@ -1243,4 +1243,4 @@ spec:
maturity: stable
provider:
name: Eclipse Foundation
version: 7.36.0-288.next
version: 7.36.0-305.next

View File

@ -349,7 +349,7 @@ spec:
type: string
type: object
devWorkspace:
description: Dev Workspace operator configuration
description: DevWorkspace operator configuration
properties:
controllerImage:
description: Overrides the container image used in the DevWorkspace

View File

@ -339,7 +339,7 @@ spec:
type: string
type: object
devWorkspace:
description: Dev Workspace operator configuration
description: DevWorkspace operator configuration
properties:
controllerImage:
description: Overrides the container image used in the DevWorkspace

View File

@ -349,7 +349,7 @@ spec:
type: string
type: object
devWorkspace:
description: Dev Workspace operator configuration
description: DevWorkspace operator configuration
properties:
controllerImage:
description: Overrides the container image used in the DevWorkspace

View File

@ -32,7 +32,7 @@ spec:
name: checlusters.org.eclipse.che
specDescriptors:
- description: Deploys the DevWorkspace Operator in the cluster. Does nothing when a matching version of the Operator is already installed. Fails when a non-matching version of the Operator is already installed.
displayName: Enable Dev Workspace operator
displayName: Enable DevWorkspace operator (Technology Preview)
path: devWorkspace.enable
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch