Skip to content

Commit cd9c30e

Browse files
committed
Regenerate CRDs and schemas after renaming ideUrl
Signed-off-by: Angel Misevski <[email protected]>
1 parent 677eed2 commit cd9c30e

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Diff for: crds/workspace.devfile.io_devworkspaces.v1beta1.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7473,8 +7473,8 @@ spec:
74737473
devworkspaceId:
74747474
description: Id of the DevWorkspace
74757475
type: string
7476-
ideUrl:
7477-
description: URL at which the DevWorkspace Editor can be joined
7476+
mainUrl:
7477+
description: Main URL for this DevWorkspace
74787478
type: string
74797479
message:
74807480
description: Message is a short user-readable message giving additional

Diff for: crds/workspace.devfile.io_devworkspaces.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7478,8 +7478,8 @@ spec:
74787478
devworkspaceId:
74797479
description: Id of the DevWorkspace
74807480
type: string
7481-
ideUrl:
7482-
description: URL at which the DevWorkspace Editor can be joined
7481+
mainUrl:
7482+
description: Main URL for this DevWorkspace
74837483
type: string
74847484
message:
74857485
description: Message is a short user-readable message giving additional

Diff for: schemas/latest/dev-workspace.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3318,8 +3318,8 @@
33183318
"description": "Id of the DevWorkspace",
33193319
"type": "string"
33203320
},
3321-
"ideUrl": {
3322-
"description": "URL at which the DevWorkspace Editor can be joined",
3321+
"mainUrl": {
3322+
"description": "Main URL for this DevWorkspace",
33233323
"type": "string"
33243324
},
33253325
"message": {

Diff for: schemas/latest/ide-targeted/dev-workspace.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3711,10 +3711,10 @@
37113711
"type": "string",
37123712
"markdownDescription": "Id of the DevWorkspace"
37133713
},
3714-
"ideUrl": {
3715-
"description": "URL at which the DevWorkspace Editor can be joined",
3714+
"mainUrl": {
3715+
"description": "Main URL for this DevWorkspace",
37163716
"type": "string",
3717-
"markdownDescription": "URL at which the DevWorkspace Editor can be joined"
3717+
"markdownDescription": "Main URL for this DevWorkspace"
37183718
},
37193719
"message": {
37203720
"description": "Message is a short user-readable message giving additional information about an object's state",

0 commit comments

Comments
 (0)