Argo Workflows · Schema

io.k8s.api.core.v1.LifecycleHandler

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.

CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

Properties

Name Type Description
exec object Exec specifies a command to execute in the container.
httpGet object HTTPGet specifies an HTTP GET request to perform.
sleep object Sleep represents a duration that the container should sleep.
tcpSocket object Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for backward compatibility. There is no validation of this field and lifecycle hooks will fail at runtime when it is specified.
View JSON Schema on GitHub