Skip to content

Commit 5a4341e

Browse files
authored
typo fixup in the CR description (#1948)
* typo fixup in the CR description Signed-off-by: Ilya Buziuk <[email protected]> * fixup Signed-off-by: Ilya Buziuk <[email protected]> --------- Signed-off-by: Ilya Buziuk <[email protected]>
1 parent 9e1407f commit 5a4341e

9 files changed

+16
-16
lines changed

api/v2/checluster_types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ type PVC struct {
665665

666666
// External devfile registries configuration.
667667
type ExternalDevfileRegistry struct {
668-
// The public UR of the devfile registry that serves sample ready-to-use devfiles.
668+
// The public URL of the devfile registry that serves sample ready-to-use devfiles.
669669
// +optional
670670
Url string `json:"url,omitempty"`
671671
}

bundle/next/eclipse-che/manifests/che-operator.clusterserviceversion.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ metadata:
104104
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
105105
repository: https://github.com/eclipse-che/che-operator
106106
support: Eclipse Foundation
107-
name: eclipse-che.v7.96.0-895.next
107+
name: eclipse-che.v7.97.0-897.next
108108
namespace: placeholder
109109
spec:
110110
apiservicedefinitions: {}
@@ -1073,7 +1073,7 @@ spec:
10731073
minKubeVersion: 1.19.0
10741074
provider:
10751075
name: Eclipse Foundation
1076-
version: 7.96.0-895.next
1076+
version: 7.97.0-897.next
10771077
webhookdefinitions:
10781078
- admissionReviewVersions:
10791079
- v1

bundle/next/eclipse-che/manifests/org.eclipse.che_checlusters.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4996,7 +4996,7 @@ spec:
49964996
description: External devfile registries configuration.
49974997
properties:
49984998
url:
4999-
description: The public UR of the devfile registry
4999+
description: The public URL of the devfile registry
50005000
that serves sample ready-to-use devfiles.
50015001
type: string
50025002
type: object

config/crd/bases/org.eclipse.che_checlusters.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4956,8 +4956,8 @@ spec:
49564956
description: External devfile registries configuration.
49574957
properties:
49584958
url:
4959-
description: The public UR of the devfile registry that
4960-
serves sample ready-to-use devfiles.
4959+
description: The public URL of the devfile registry
4960+
that serves sample ready-to-use devfiles.
49614961
type: string
49624962
type: object
49634963
type: array

deploy/deployment/kubernetes/combined.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4977,8 +4977,8 @@ spec:
49774977
description: External devfile registries configuration.
49784978
properties:
49794979
url:
4980-
description: The public UR of the devfile registry that
4981-
serves sample ready-to-use devfiles.
4980+
description: The public URL of the devfile registry
4981+
that serves sample ready-to-use devfiles.
49824982
type: string
49834983
type: object
49844984
type: array

deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4972,8 +4972,8 @@ spec:
49724972
description: External devfile registries configuration.
49734973
properties:
49744974
url:
4975-
description: The public UR of the devfile registry that
4976-
serves sample ready-to-use devfiles.
4975+
description: The public URL of the devfile registry
4976+
that serves sample ready-to-use devfiles.
49774977
type: string
49784978
type: object
49794979
type: array

deploy/deployment/openshift/combined.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4977,8 +4977,8 @@ spec:
49774977
description: External devfile registries configuration.
49784978
properties:
49794979
url:
4980-
description: The public UR of the devfile registry that
4981-
serves sample ready-to-use devfiles.
4980+
description: The public URL of the devfile registry
4981+
that serves sample ready-to-use devfiles.
49824982
type: string
49834983
type: object
49844984
type: array

deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4972,8 +4972,8 @@ spec:
49724972
description: External devfile registries configuration.
49734973
properties:
49744974
url:
4975-
description: The public UR of the devfile registry that
4976-
serves sample ready-to-use devfiles.
4975+
description: The public URL of the devfile registry
4976+
that serves sample ready-to-use devfiles.
49774977
type: string
49784978
type: object
49794979
type: array

helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4972,8 +4972,8 @@ spec:
49724972
description: External devfile registries configuration.
49734973
properties:
49744974
url:
4975-
description: The public UR of the devfile registry that
4976-
serves sample ready-to-use devfiles.
4975+
description: The public URL of the devfile registry
4976+
that serves sample ready-to-use devfiles.
49774977
type: string
49784978
type: object
49794979
type: array

0 commit comments

Comments
 (0)