Argo Workflows · Schema

io.argoproj.workflow.v1alpha1.PodGC

PodGC describes how to delete completed pods as they complete

CNCFContainersData ProcessingKubernetesMachine LearningOpen SourceWorkflow Engine

Properties

Name Type Description
deleteDelayDuration string DeleteDelayDuration specifies the duration before pods in the GC queue get deleted.
labelSelector object LabelSelector is the label selector to check if the pods match the labels before being added to the pod GC queue.
strategy string Strategy is the strategy to use. One of "OnPodCompletion", "OnPodSuccess", "OnWorkflowCompletion", "OnWorkflowSuccess". If unset, does not delete Pods
View JSON Schema on GitHub