File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ type ConfigHookRequest struct {
6060}
6161
6262// Healthchecks is a map of healthcheck probes.
63- // The valid values are "livenessProbe" and "readinessProbe".
63+ // The valid values are "startupProbe" " livenessProbe" and "readinessProbe".
6464type Healthchecks map [string ]* Healthcheck
6565
6666// Healthcheck is the structure for an application healthcheck.
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ type PtypeState struct {
2323 Image string `json:"image"`
2424 Command []string `json:"command,omitempty"`
2525 Args []string `json:"args,omitempty"`
26+ StartupProbe Healthcheck `json:"startup_probe,omitempty"`
2627 LivenessProbe Healthcheck `json:"liveness_probe,omitempty"`
2728 ReadinessProbe Healthcheck `json:"readiness_probe,omitempty"`
2829 Limits map [string ]string `json:"limits,omitempty"`
You can’t perform that action at this time.
0 commit comments