Add 'Technology Preview' to DevWorkspace Operator section description (#1044)
Signed-off-by: Mykola Morhun <mmorhun@redhat.com>pull/1050/head
parent
86d748bee0
commit
0c4e935645
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue