## Handler v1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1 | Handler
Handler defines a specific action that should be taken
Field | Description
------------ | -----------
exec
*[ExecAction](#execaction-v1)* | One and only one of the following should be specified. Exec specifies the action to take.
httpGet
*[HTTPGetAction](#httpgetaction-v1)* | HTTPGet specifies the http request to perform.
tcpSocket
*[TCPSocketAction](#tcpsocketaction-v1)* | TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported