Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecutionPhase ¶
type ExecutionPhase string
ExecutionPhase the phase for ExecutionStatus under common/util
const ( ExecutionUnknown ExecutionPhase = "" ExecutionPending ExecutionPhase = "Pending" // pending some set-up - rarely used ExecutionRunning ExecutionPhase = "Running" // any node has started; pods might not be running yet, the workflow maybe suspended too ExecutionSucceeded ExecutionPhase = "Succeeded" ExecutionFailed ExecutionPhase = "Failed" // it maybe that the the workflow was terminated ExecutionError ExecutionPhase = "Error" )
borrow from Workflow.Status.Phase: https://pkg.go.dev/github.com/argoproj/argo-workflows/v3@v3.4.17/pkg/apis/workflow/v1alpha1#WorkflowPhase
Click to show internal directories.
Click to hide internal directories.