{
  "description": "LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.",
  "properties": {
    "exec": {
      "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.30.13/_definitions.json#/definitions/io.k8s.api.core.v1.ExecAction",
      "description": "Exec specifies the action to take."
    },
    "httpGet": {
      "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.30.13/_definitions.json#/definitions/io.k8s.api.core.v1.HTTPGetAction",
      "description": "HTTPGet specifies the http request to perform."
    },
    "sleep": {
      "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.30.13/_definitions.json#/definitions/io.k8s.api.core.v1.SleepAction",
      "description": "Sleep represents the duration that the container should sleep before being terminated."
    },
    "tcpSocket": {
      "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.30.13/_definitions.json#/definitions/io.k8s.api.core.v1.TCPSocketAction",
      "description": "Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified."
    }
  },
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}