conditions property

List<GoogleCloudRunV1Condition>? conditions
getter/setter pair

Conditions communicate information about ongoing/complete reconciliation processes that bring the "spec" inline with the observed state of the world.

Job-specific conditions include: * Ready: True when the job is ready to be executed.

Implementation

core.List<GoogleCloudRunV1Condition>? conditions;