Handler defines a specific action that should be taken
io.k8s.api.core.v1.Handler
One and only one of the following should be specified. Exec specifies the action to take.
io.k8s.api.core.v1.Handler#exec
HTTPGet specifies the http request to perform.
io.k8s.api.core.v1.Handler#httpGet
TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported
io.k8s.api.core.v1.Handler#tcpSocket
Generated using TypeDoc
Handler defines a specific action that should be taken
io.k8s.api.core.v1.Handler