Kazan v0.11.0 Kazan.Apis.Core.V1.Handler View Source
Handler defines a specific action that should be taken
OpenAPI Definition: io.k8s.api.core.v1.Handler
Properties
exec::Kazan.Apis.Core.V1.ExecAction- One and only one of the following should be specified. Exec specifies the action to take.
http_get::Kazan.Apis.Core.V1.HTTPGetAction- HTTPGet specifies the http request to perform.
tcp_socket::Kazan.Apis.Core.V1.TCPSocketAction- TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Kazan.Apis.Core.V1.Handler{
exec: Kazan.Apis.Core.V1.ExecAction.t(),
http_get: Kazan.Apis.Core.V1.HTTPGetAction.t(),
tcp_socket: Kazan.Apis.Core.V1.TCPSocketAction.t()
}