Skip to content

Commit

Permalink
typo fixup in the CR description
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
  • Loading branch information
ibuziuk committed Jan 3, 2025
1 parent 4d345af commit 89bc80b
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 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
2 changes: 1 addition & 1 deletion api/v2/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-896.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-896.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 89bc80b

Please sign in to comment.