Service Status Response
data class ServiceStatusResponse(val address: AddressableResponse, val conditions: List<GoogleCloudRunV1ConditionResponse>, val latestCreatedRevisionName: String, val latestReadyRevisionName: String, val observedGeneration: Int, val traffic: List<TrafficTargetResponse>, val url: String)
The current state of the Service. Output only.
Constructors
Link copied to clipboard
fun ServiceStatusResponse(address: AddressableResponse, conditions: List<GoogleCloudRunV1ConditionResponse>, latestCreatedRevisionName: String, latestReadyRevisionName: String, observedGeneration: Int, traffic: List<TrafficTargetResponse>, url: String)
Types
Properties
Link copied to clipboard
Conditions communicate information about ongoing/complete reconciliation processes that bring the spec
inline with the observed state of the world. Service-specific conditions include: * ConfigurationsReady
: True
when the underlying Configuration is ready. * RoutesReady
: True
when the underlying Route is ready. * Ready
: True
when all underlying resources are ready.