Service Status Response
The current state of the Service. Output only.
Constructors
Properties
Similar to url, information on where the service is available on HTTP.
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.
Name of the last revision that was created from this Service's Configuration. It might not be ready yet, for that use LatestReadyRevisionName.
Name of the latest Revision from this Service's Configuration that has had its Ready
condition become True
.
Returns the generation last fully processed by the system. This will only match metadata.generation when reconciliation is complete. Clients polling for completed reconciliation should poll until observedGeneration = metadata.generation and the Ready condition's status is True or False.
Holds the configured traffic distribution. These entries will always contain RevisionName references. When ConfigurationName appears in the spec, this will hold the LatestReadyRevisionName that we last observed.