conditions property
Conditions communicate information about ongoing/complete reconciliation processes that bring the "spec" inline with the observed state of the world.
Task-specific conditions include: * Started
: True
when the task has
started to execute. * Completed
: True
when the task has succeeded.
False
when the task has failed.
Optional.
Implementation
core.List<GoogleCloudRunV1Condition>? conditions;