Commit 1f442d44 authored by Clayton Coleman's avatar Clayton Coleman

Remove LivenessProbe.Type in v1beta3

parent 9b40c52c
...@@ -291,8 +291,6 @@ type ExecAction struct { ...@@ -291,8 +291,6 @@ type ExecAction struct {
// LivenessProbe describes how to probe a container for liveness. // LivenessProbe describes how to probe a container for liveness.
// TODO: pass structured data to the actions, and document that data here. // TODO: pass structured data to the actions, and document that data here.
type LivenessProbe struct { type LivenessProbe struct {
// Type of liveness probe. Current legal values "HTTP", "TCP", "Exec"
Type string `json:"type,omitempty"`
// HTTPGetProbe parameters, required if Type == 'HTTP' // HTTPGetProbe parameters, required if Type == 'HTTP'
HTTPGet *HTTPGetAction `json:"httpGet,omitempty"` HTTPGet *HTTPGetAction `json:"httpGet,omitempty"`
// TCPSocketProbe parameter, required if Type == 'TCP' // TCPSocketProbe parameter, required if Type == 'TCP'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment