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 f647566 commit 36966e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions workspaces/controller/api/v1beta1/workspacekind_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ type HTTPProxy struct {
// as if it was made to '/...'
// - this only works if the application serves RELATIVE URLs for its assets
//+kubebuilder:validation:Optional
//+kubebuilder:default=false
//+kubebuilder:default:=false
RemovePathPrefix *bool `json:"removePathPrefix,omitempty"`

// header manipulation rules for incoming HTTP requests
Expand Down Expand Up @@ -353,7 +353,7 @@ type ImageConfigSpec struct {

// the pull policy for the container image
//+kubebuilder:validation:Optional
//+kubebuilder:default="IfNotPresent"
//+kubebuilder:default:="IfNotPresent"
//+kubebuilder:validation:Enum:={"Always","IfNotPresent","Never"}
ImagePullPolicy *v1.PullPolicy `json:"imagePullPolicy"`

Expand Down Expand Up @@ -476,7 +476,7 @@ type OptionSpawnerInfo struct {

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

Expand Down

0 comments on commit 36966e0

Please sign in to comment.