We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36966e0 commit b641aaaCopy full SHA for b641aaa
workspaces/controller/api/v1beta1/workspacekind_types.go
@@ -54,12 +54,12 @@ type WorkspaceKindSpawner struct {
54
55
// if this WorkspaceKind should be hidden from the Workspace Spawner UI
56
//+kubebuilder:validation:Optional
57
- //+kubebuilder:default=false
+ //+kubebuilder:default:=false
58
Hidden *bool `json:"hidden,omitempty"`
59
60
// if this WorkspaceKind is deprecated
61
62
63
Deprecated *bool `json:"deprecated,omitempty"`
64
65
// a message to show in Workspace Spawner UI when the WorkspaceKind is deprecated
0 commit comments