Skip to content

Commit

Permalink
added some fileds to CloudRun status
Browse files Browse the repository at this point in the history
  • Loading branch information
tmshn committed Aug 15, 2019
1 parent bba002a commit 13c22a3
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions products/cloudrun/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,36 @@ objects:
name: type
output: true
description: Type of domain mapping condition.
- !ruby/object:Api::Type::String
name: url
description: |-
From RouteStatus. URL holds the url that will distribute traffic over the provided traffic
targets. It generally has the form
https://{route-hash}-{project-hash}-{cluster-level-suffix}.a.run.app
output: true
- !ruby/object:Api::Type::Integer
name: observedGeneration
description: |-
ObservedGeneration is the 'Generation' of the Route that was last processed by the
controller.
Clients polling for completed reconciliation should poll until observedGeneration =
metadata.generation and the Ready condition's status is True or False.
output: true
- !ruby/object:Api::Type::String
name: latestCreatedRevisionName
description: |-
From ConfigurationStatus. LatestCreatedRevisionName is the last revision that was created
from this Service's Configuration. It might not be ready yet, for that use
LatestReadyRevisionName.
output: true
- !ruby/object:Api::Type::String
name: latestReadyRevisionName
description: |-
From ConfigurationStatus. LatestReadyRevisionName holds the name of the latest Revision
stamped out from this Service's Configuration that has had its "Ready" condition become
"True".
output: true

- !ruby/object:Api::Type::NestedObject
name: metadata
Expand Down

0 comments on commit 13c22a3

Please sign in to comment.