{
  "description": "Handler defines a specific action that should be taken",
  "properties": {
    "exec": {
      "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.22.2/_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": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.22.2/_definitions.json#/definitions/io.k8s.api.core.v1.HTTPGetAction",
      "description": "HTTPGet specifies the http request to perform."
    },
    "tcpSocket": {
      "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.22.2/_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#"
}