@@ -6,19 +6,6 @@ metadata:
66 creationTimestamp : null
77 name : devworkspaces.workspace.devfile.io
88spec :
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
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.message
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 :
0 commit comments