Skip to content

Commit

Permalink
Update dev resources
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
  • Loading branch information
tolusha committed Oct 18, 2024
1 parent 8eaec02 commit 26b5ec7
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion api/v2/checluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ type CheClusterDevEnvironments struct {
// The URI must start from `http://` or `https://`.
// +optional
DefaultEditor string `json:"defaultEditor,omitempty"`
// Default components applied to 1spaces.
// Default components applied to DevWorkspaces.
// These default components are meant to be used when a Devfile, that does not contain any components.
// +optional
DefaultComponents []devfile.Component `json:"defaultComponents,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.94.0-889.next
name: eclipse-che.v7.94.0-890.next
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1035,7 +1035,7 @@ spec:
minKubeVersion: 1.19.0
provider:
name: Eclipse Foundation
version: 7.94.0-889.next
version: 7.94.0-890.next
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5399,7 +5399,7 @@ spec:
type: object
defaultComponents:
description: |-
Default components applied to 1spaces.
Default components applied to DevWorkspaces.
These default components are meant to be used when a Devfile, that does not contain any components.
items:
properties:
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/org.eclipse.che_checlusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5357,7 +5357,7 @@ spec:
type: object
defaultComponents:
description: |-
Default components applied to 1spaces.
Default components applied to DevWorkspaces.
These default components are meant to be used when a Devfile, that does not contain any components.
items:
properties:
Expand Down
2 changes: 1 addition & 1 deletion deploy/deployment/kubernetes/combined.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5378,7 +5378,7 @@ spec:
type: object
defaultComponents:
description: |-
Default components applied to 1spaces.
Default components applied to DevWorkspaces.
These default components are meant to be used when a Devfile, that does not contain any components.
items:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5373,7 +5373,7 @@ spec:
type: object
defaultComponents:
description: |-
Default components applied to 1spaces.
Default components applied to DevWorkspaces.
These default components are meant to be used when a Devfile, that does not contain any components.
items:
properties:
Expand Down
2 changes: 1 addition & 1 deletion deploy/deployment/openshift/combined.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5378,7 +5378,7 @@ spec:
type: object
defaultComponents:
description: |-
Default components applied to 1spaces.
Default components applied to DevWorkspaces.
These default components are meant to be used when a Devfile, that does not contain any components.
items:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5373,7 +5373,7 @@ spec:
type: object
defaultComponents:
description: |-
Default components applied to 1spaces.
Default components applied to DevWorkspaces.
These default components are meant to be used when a Devfile, that does not contain any components.
items:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5373,7 +5373,7 @@ spec:
type: object
defaultComponents:
description: |-
Default components applied to 1spaces.
Default components applied to DevWorkspaces.
These default components are meant to be used when a Devfile, that does not contain any components.
items:
properties:
Expand Down

0 comments on commit 26b5ec7

Please sign in to comment.