conditions property
Conditions communicate information about ongoing/complete reconciliation processes that bring the "spec" inline with the observed state of the world.
As a Revision is being prepared, it will incrementally update conditions.
Revision-specific conditions include: * ResourcesAvailable
: True
when
underlying resources have been provisioned. * ContainerHealthy
: True
when the Revision readiness check completes. * Active
: True
when the
Revision may receive traffic.
Implementation
core.List<GoogleCloudRunV1Condition>? conditions;