Skip to content

Commit abe77c2

Browse files
Update pkg/apis/workspaces/v1alpha2/devworkspace_types.go
Co-authored-by: David Festal <[email protected]>
1 parent 66c49c9 commit abe77c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apis/workspaces/v1alpha2/devworkspace_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const (
7070
// +kubebuilder:resource:path=devworkspaces,scope=Namespaced,shortName=dw
7171
// +kubebuilder:printcolumn:name="Workspace ID",type="string",JSONPath=".status.workspaceId",description="The workspace's unique id"
7272
// +kubebuilder:printcolumn:name="Phase",type="string",JSONPath=".status.phase",description="The current workspace startup phase"
73-
// +kubebuilder:printcolumn:name="Info",type="string",JSONPath=".status.statusInfo",description="Additional information about workspace state"
73+
// +kubebuilder:printcolumn:name="Info",type="string",JSONPath=".status.message",description="Additional information about workspace state"
7474
// +kubebuilder:printcolumn:name="URL",type="string",JSONPath=".status.ideUrl",description="Url endpoint for accessing workspace"
7575
// +devfile:jsonschema:generate
7676
// +kubebuilder:storageversion

0 commit comments

Comments
 (0)