Skip to content

Commit 2fa57c5

Browse files
committed
Regenerate files after adding status message
Signed-off-by: Angel Misevski <[email protected]>
1 parent 703b172 commit 2fa57c5

File tree

4 files changed

+61
-15
lines changed

4 files changed

+61
-15
lines changed

crds/workspace.devfile.io_devworkspaces.v1beta1.yaml

Lines changed: 40 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,6 @@ metadata:
66
creationTimestamp: null
77
name: devworkspaces.workspace.devfile.io
88
spec:
9-
additionalPrinterColumns:
10-
- JSONPath: .status.workspaceId
11-
description: The workspace's unique id
12-
name: Workspace ID
13-
type: string
14-
- JSONPath: .status.phase
15-
description: The current workspace startup phase
16-
name: Phase
17-
type: string
18-
- JSONPath: .status.ideUrl
19-
description: Url endpoint for accessing workspace
20-
name: URL
21-
type: string
229
group: workspace.devfile.io
2310
names:
2411
kind: DevWorkspace
@@ -33,7 +20,20 @@ spec:
3320
status: {}
3421
version: v1alpha1
3522
versions:
36-
- name: v1alpha1
23+
- additionalPrinterColumns:
24+
- JSONPath: .status.workspaceId
25+
description: The workspace's unique id
26+
name: Workspace ID
27+
type: string
28+
- JSONPath: .status.phase
29+
description: The current workspace startup phase
30+
name: Phase
31+
type: string
32+
- JSONPath: .status.ideUrl
33+
description: Url endpoint for accessing workspace
34+
name: URL
35+
type: string
36+
name: v1alpha1
3737
schema:
3838
openAPIV3Schema:
3939
description: DevWorkspace is the Schema for the devworkspaces API
@@ -4063,6 +4063,10 @@ spec:
40634063
ideUrl:
40644064
description: URL at which the Worksace Editor can be joined
40654065
type: string
4066+
message:
4067+
description: Message is a short user-readable message giving additional
4068+
information about an object's state
4069+
type: string
40664070
phase:
40674071
type: string
40684072
workspaceId:
@@ -4074,7 +4078,24 @@ spec:
40744078
type: object
40754079
served: true
40764080
storage: false
4077-
- name: v1alpha2
4081+
- additionalPrinterColumns:
4082+
- JSONPath: .status.workspaceId
4083+
description: The workspace's unique id
4084+
name: Workspace ID
4085+
type: string
4086+
- JSONPath: .status.phase
4087+
description: The current workspace startup phase
4088+
name: Phase
4089+
type: string
4090+
- JSONPath: .status.statusInfo
4091+
description: Additional information about workspace state
4092+
name: Info
4093+
type: string
4094+
- JSONPath: .status.ideUrl
4095+
description: Url endpoint for accessing workspace
4096+
name: URL
4097+
type: string
4098+
name: v1alpha2
40784099
schema:
40794100
openAPIV3Schema:
40804101
description: DevWorkspace is the Schema for the devworkspaces API
@@ -7725,6 +7746,10 @@ spec:
77257746
ideUrl:
77267747
description: URL at which the Worksace Editor can be joined
77277748
type: string
7749+
message:
7750+
description: Message is a short user-readable message giving additional
7751+
information about an object's state
7752+
type: string
77287753
phase:
77297754
type: string
77307755
workspaceId:

crds/workspace.devfile.io_devworkspaces.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4059,6 +4059,10 @@ spec:
40594059
ideUrl:
40604060
description: URL at which the Worksace Editor can be joined
40614061
type: string
4062+
message:
4063+
description: Message is a short user-readable message giving additional
4064+
information about an object's state
4065+
type: string
40624066
phase:
40634067
type: string
40644068
workspaceId:
@@ -4081,6 +4085,10 @@ spec:
40814085
jsonPath: .status.phase
40824086
name: Phase
40834087
type: string
4088+
- description: Additional information about workspace state
4089+
jsonPath: .status.statusInfo
4090+
name: Info
4091+
type: string
40844092
- description: Url endpoint for accessing workspace
40854093
jsonPath: .status.ideUrl
40864094
name: URL
@@ -7743,6 +7751,10 @@ spec:
77437751
ideUrl:
77447752
description: URL at which the Worksace Editor can be joined
77457753
type: string
7754+
message:
7755+
description: Message is a short user-readable message giving additional
7756+
information about an object's state
7757+
type: string
77467758
phase:
77477759
type: string
77487760
workspaceId:

schemas/latest/dev-workspace.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3672,6 +3672,10 @@
36723672
"description": "URL at which the Worksace Editor can be joined",
36733673
"type": "string"
36743674
},
3675+
"message": {
3676+
"description": "Message is a short user-readable message giving additional information about an object's state",
3677+
"type": "string"
3678+
},
36753679
"phase": {
36763680
"type": "string"
36773681
},

schemas/latest/ide-targeted/dev-workspace.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4105,6 +4105,11 @@
41054105
"type": "string",
41064106
"markdownDescription": "URL at which the Worksace Editor can be joined"
41074107
},
4108+
"message": {
4109+
"description": "Message is a short user-readable message giving additional information about an object's state",
4110+
"type": "string",
4111+
"markdownDescription": "Message is a short user-readable message giving additional information about an object's state"
4112+
},
41084113
"phase": {
41094114
"type": "string"
41104115
},

0 commit comments

Comments
 (0)