workflow.v1alpha1.cronWorkflowStatus
"CronWorkflowStatus is the status of a CronWorkflow"
Index
fn withActive(active)
fn withActiveMixin(active)
fn withConditions(conditions)
fn withConditionsMixin(conditions)
fn withLastScheduledTime(lastScheduledTime)
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 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."