Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions crds/workspace.devfile.io_devworkspaces.v1beta1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4088,13 +4088,9 @@ spec:
name: Phase
type: string
- JSONPath: .status.message
description: Additional information about workspace state
description: Additional information about the workspace
name: Info
type: string
- JSONPath: .status.ideUrl
description: Url endpoint for accessing workspace
name: URL
type: string
name: v1alpha2
schema:
openAPIV3Schema:
Expand Down
6 changes: 1 addition & 5 deletions crds/workspace.devfile.io_devworkspaces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4085,14 +4085,10 @@ spec:
jsonPath: .status.phase
name: Phase
type: string
- description: Additional information about workspace state
- description: Additional information about the workspace
jsonPath: .status.message
name: Info
type: string
- description: Url endpoint for accessing workspace
jsonPath: .status.ideUrl
name: URL
type: string
name: v1alpha2
schema:
openAPIV3Schema:
Expand Down
3 changes: 1 addition & 2 deletions pkg/apis/workspaces/v1alpha2/devworkspace_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ const (
// +kubebuilder:resource:path=devworkspaces,scope=Namespaced,shortName=dw
// +kubebuilder:printcolumn:name="Workspace ID",type="string",JSONPath=".status.workspaceId",description="The workspace's unique id"
// +kubebuilder:printcolumn:name="Phase",type="string",JSONPath=".status.phase",description="The current workspace startup phase"
// +kubebuilder:printcolumn:name="Info",type="string",JSONPath=".status.message",description="Additional information about workspace state"
// +kubebuilder:printcolumn:name="URL",type="string",JSONPath=".status.ideUrl",description="Url endpoint for accessing workspace"
// +kubebuilder:printcolumn:name="Info",type="string",JSONPath=".status.message",description="Additional information about the workspace"
// +devfile:jsonschema:generate
// +kubebuilder:storageversion
type DevWorkspace struct {
Expand Down