@jkcfg/kubernetes
Version:
jk Kubernetes library
19 lines • 765 B
JSON
{
"description": "Handler defines a specific action that should be taken",
"properties": {
"exec": {
"$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ExecAction",
"description": "One and only one of the following should be specified. Exec specifies the action to take."
},
"httpGet": {
"$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.HTTPGetAction",
"description": "HTTPGet specifies the http request to perform."
},
"tcpSocket": {
"$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.TCPSocketAction",
"description": "TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported"
}
},
"type": "object",
"$schema": "http://json-schema.org/schema#"
}