Skip to content

Commit b641aaa

Browse files
committed
implment bash probe
Signed-off-by: Adem Baccara <[email protected]>
1 parent 36966e0 commit b641aaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workspaces/controller/api/v1beta1/workspacekind_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ type WorkspaceKindSpawner struct {
5454

5555
// if this WorkspaceKind should be hidden from the Workspace Spawner UI
5656
//+kubebuilder:validation:Optional
57-
//+kubebuilder:default=false
57+
//+kubebuilder:default:=false
5858
Hidden *bool `json:"hidden,omitempty"`
5959

6060
// if this WorkspaceKind is deprecated
6161
//+kubebuilder:validation:Optional
62-
//+kubebuilder:default=false
62+
//+kubebuilder:default:=false
6363
Deprecated *bool `json:"deprecated,omitempty"`
6464

6565
// a message to show in Workspace Spawner UI when the WorkspaceKind is deprecated

0 commit comments

Comments
 (0)