Skip to content

Commit

Permalink
implment bash probe
Browse files Browse the repository at this point in the history
Signed-off-by: Adem Baccara <71262172+Adembc@users.noreply.github.com>
  • Loading branch information
Adembc committed Oct 7, 2024
1 parent 36966e0 commit b641aaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workspaces/controller/api/v1beta1/workspacekind_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ type WorkspaceKindSpawner struct {

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

// if this WorkspaceKind is deprecated
//+kubebuilder:validation:Optional
//+kubebuilder:default=false
//+kubebuilder:default:=false
Deprecated *bool `json:"deprecated,omitempty"`

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

0 comments on commit b641aaa

Please sign in to comment.