Skip to content

Commit

Permalink
typo fixup in the CR description (#1948)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
ibuziuk authored Jan 7, 2025
1 parent 9e1407f commit 5a4341e
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion api/v2/checluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ type PVC struct {

// External devfile registries configuration.
type ExternalDevfileRegistry struct {
// The public UR of the devfile registry that serves sample ready-to-use devfiles.
// The public URL of the devfile registry that serves sample ready-to-use devfiles.
// +optional
Url string `json:"url,omitempty"`
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,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.v7.96.0-895.next
name: eclipse-che.v7.97.0-897.next
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1073,7 +1073,7 @@ spec:
minKubeVersion: 1.19.0
provider:
name: Eclipse Foundation
version: 7.96.0-895.next
version: 7.97.0-897.next
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4996,7 +4996,7 @@ spec:
description: External devfile registries configuration.
properties:
url:
description: The public UR of the devfile registry
description: The public URL of the devfile registry
that serves sample ready-to-use devfiles.
type: string
type: object
Expand Down
4 changes: 2 additions & 2 deletions config/crd/bases/org.eclipse.che_checlusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4956,8 +4956,8 @@ spec:
description: External devfile registries configuration.
properties:
url:
description: The public UR of the devfile registry that
serves sample ready-to-use devfiles.
description: The public URL of the devfile registry
that serves sample ready-to-use devfiles.
type: string
type: object
type: array
Expand Down
4 changes: 2 additions & 2 deletions deploy/deployment/kubernetes/combined.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4977,8 +4977,8 @@ spec:
description: External devfile registries configuration.
properties:
url:
description: The public UR of the devfile registry that
serves sample ready-to-use devfiles.
description: The public URL of the devfile registry
that serves sample ready-to-use devfiles.
type: string
type: object
type: array
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4972,8 +4972,8 @@ spec:
description: External devfile registries configuration.
properties:
url:
description: The public UR of the devfile registry that
serves sample ready-to-use devfiles.
description: The public URL of the devfile registry
that serves sample ready-to-use devfiles.
type: string
type: object
type: array
Expand Down
4 changes: 2 additions & 2 deletions deploy/deployment/openshift/combined.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4977,8 +4977,8 @@ spec:
description: External devfile registries configuration.
properties:
url:
description: The public UR of the devfile registry that
serves sample ready-to-use devfiles.
description: The public URL of the devfile registry
that serves sample ready-to-use devfiles.
type: string
type: object
type: array
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4972,8 +4972,8 @@ spec:
description: External devfile registries configuration.
properties:
url:
description: The public UR of the devfile registry that
serves sample ready-to-use devfiles.
description: The public URL of the devfile registry
that serves sample ready-to-use devfiles.
type: string
type: object
type: array
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4972,8 +4972,8 @@ spec:
description: External devfile registries configuration.
properties:
url:
description: The public UR of the devfile registry that
serves sample ready-to-use devfiles.
description: The public URL of the devfile registry
that serves sample ready-to-use devfiles.
type: string
type: object
type: array
Expand Down

0 comments on commit 5a4341e

Please sign in to comment.