Skip to content

Commit 793ec14

Browse files
committed
Regenerate CRDs after changing printcolumns for ideUrl
Signed-off-by: Angel Misevski <[email protected]>
1 parent fb42003 commit 793ec14

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

crds/workspace.devfile.io_devworkspaces.v1beta1.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4088,13 +4088,9 @@ spec:
40884088
name: Phase
40894089
type: string
40904090
- JSONPath: .status.message
4091-
description: Additional information about workspace state
4091+
description: Additional information about the workspace
40924092
name: Info
40934093
type: string
4094-
- JSONPath: .status.ideUrl
4095-
description: Url endpoint for accessing workspace
4096-
name: URL
4097-
type: string
40984094
name: v1alpha2
40994095
schema:
41004096
openAPIV3Schema:

crds/workspace.devfile.io_devworkspaces.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4085,14 +4085,10 @@ spec:
40854085
jsonPath: .status.phase
40864086
name: Phase
40874087
type: string
4088-
- description: Additional information about workspace state
4088+
- description: Additional information about the workspace
40894089
jsonPath: .status.message
40904090
name: Info
40914091
type: string
4092-
- description: Url endpoint for accessing workspace
4093-
jsonPath: .status.ideUrl
4094-
name: URL
4095-
type: string
40964092
name: v1alpha2
40974093
schema:
40984094
openAPIV3Schema:

0 commit comments

Comments
 (0)