python/kubernetes/docs/V1Handler.md
2016-11-22 17:23:41 -08:00

720 B

V1Handler

Properties

Name Type Description Notes
_exec V1ExecAction One and only one of the following should be specified. Exec specifies the action to take. [optional]
http_get V1HTTPGetAction HTTPGet specifies the http request to perform. [optional]
tcp_socket V1TCPSocketAction TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported [optional]

[Back to Model list] [Back to API list] [Back to README]