Skip to content

workflow.v1alpha1.cronWorkflowStatus

"CronWorkflowStatus is the status of a CronWorkflow"

Index

Fields

fn withActive

withActive(active)

"Active is a list of active workflows stemming from this CronWorkflow"

fn withActiveMixin

withActiveMixin(active)

"Active is a list of active workflows stemming from this CronWorkflow"

Note: This function appends passed data to existing values

fn withConditions

withConditions(conditions)

"Conditions is a list of conditions the CronWorkflow may have"

fn withConditionsMixin

withConditionsMixin(conditions)

"Conditions is a list of conditions the CronWorkflow may have"

Note: This function appends passed data to existing values

fn withFailed

withFailed(failed)

"v3.6 and after: Failed counts how many times child workflows failed"

fn withLastScheduledTime

withLastScheduledTime(lastScheduledTime)

"Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers."

fn withPhase

withPhase(phase)

"v3.6 and after: Phase is an enum of Active or Stopped. It changes to Stopped when stopStrategy.expression is true"

fn withSucceeded

withSucceeded(succeeded)

"v3.6 and after: Succeeded counts how many times child workflows succeeded"