Kazan v0.4.0 Kazan.Models.Api.V1.Handler View Source
Handler defines a specific action that should be taken
OpenAPI Definition: io.k8s.kubernetes.pkg.api.v1.Handler
Properties
exec
::Kazan.Models.Api.V1.ExecAction
- One and only one of the following should be specified. Exec specifies the action to take.
http_get
::Kazan.Models.Api.V1.HTTPGetAction
- HTTPGet specifies the http request to perform.
tcp_socket
::Kazan.Models.Api.V1.TCPSocketAction
- TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported