From 0c4e9356457ae3d55ea9ac4f5f7f9bd2d78a33d5 Mon Sep 17 00:00:00 2001 From: Mykola Morhun Date: Wed, 1 Sep 2021 16:04:22 +0300 Subject: [PATCH] Add 'Technology Preview' to DevWorkspace Operator section description (#1044) Signed-off-by: Mykola Morhun --- api/v1/checluster_types.go | 6 +++--- .../manifests/che-operator.clusterserviceversion.yaml | 6 +++--- .../manifests/org_v1_che_crd.yaml | 2 +- .../manifests/che-operator.clusterserviceversion.yaml | 6 +++--- .../manifests/org_v1_che_crd.yaml | 2 +- config/crd/bases/org_v1_che_crd-v1beta1.yaml | 2 +- config/crd/bases/org_v1_che_crd.yaml | 2 +- .../manifests/bases/che-operator.clusterserviceversion.yaml | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/api/v1/checluster_types.go b/api/v1/checluster_types.go index f34da69d5..51c930d55 100644 --- a/api/v1/checluster_types.go +++ b/api/v1/checluster_types.go @@ -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. diff --git a/bundle/next/eclipse-che-preview-kubernetes/manifests/che-operator.clusterserviceversion.yaml b/bundle/next/eclipse-che-preview-kubernetes/manifests/che-operator.clusterserviceversion.yaml index 59ec31c80..dae7a2878 100644 --- a/bundle/next/eclipse-che-preview-kubernetes/manifests/che-operator.clusterserviceversion.yaml +++ b/bundle/next/eclipse-che-preview-kubernetes/manifests/che-operator.clusterserviceversion.yaml @@ -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 diff --git a/bundle/next/eclipse-che-preview-kubernetes/manifests/org_v1_che_crd.yaml b/bundle/next/eclipse-che-preview-kubernetes/manifests/org_v1_che_crd.yaml index 18b30655e..593a068ff 100644 --- a/bundle/next/eclipse-che-preview-kubernetes/manifests/org_v1_che_crd.yaml +++ b/bundle/next/eclipse-che-preview-kubernetes/manifests/org_v1_che_crd.yaml @@ -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. diff --git a/bundle/next/eclipse-che-preview-openshift/manifests/che-operator.clusterserviceversion.yaml b/bundle/next/eclipse-che-preview-openshift/manifests/che-operator.clusterserviceversion.yaml index e6448b634..01f525787 100644 --- a/bundle/next/eclipse-che-preview-openshift/manifests/che-operator.clusterserviceversion.yaml +++ b/bundle/next/eclipse-che-preview-openshift/manifests/che-operator.clusterserviceversion.yaml @@ -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 diff --git a/bundle/next/eclipse-che-preview-openshift/manifests/org_v1_che_crd.yaml b/bundle/next/eclipse-che-preview-openshift/manifests/org_v1_che_crd.yaml index d94077962..8d3a58faa 100644 --- a/bundle/next/eclipse-che-preview-openshift/manifests/org_v1_che_crd.yaml +++ b/bundle/next/eclipse-che-preview-openshift/manifests/org_v1_che_crd.yaml @@ -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 diff --git a/config/crd/bases/org_v1_che_crd-v1beta1.yaml b/config/crd/bases/org_v1_che_crd-v1beta1.yaml index af1825e3d..9a2d5a4cf 100644 --- a/config/crd/bases/org_v1_che_crd-v1beta1.yaml +++ b/config/crd/bases/org_v1_che_crd-v1beta1.yaml @@ -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 diff --git a/config/crd/bases/org_v1_che_crd.yaml b/config/crd/bases/org_v1_che_crd.yaml index 3bbe03cee..9384aeeb0 100644 --- a/config/crd/bases/org_v1_che_crd.yaml +++ b/config/crd/bases/org_v1_che_crd.yaml @@ -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 diff --git a/config/manifests/bases/che-operator.clusterserviceversion.yaml b/config/manifests/bases/che-operator.clusterserviceversion.yaml index 4e6583b9d..fa22e5f18 100644 --- a/config/manifests/bases/che-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/che-operator.clusterserviceversion.yaml @@ -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