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