Skip to content

Commit

Permalink
Poll domain mapping until it succeeds
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisst committed Dec 27, 2019
1 parent 0f0df8b commit cf52313
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions products/cloudrun/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ objects:
api: 'https://cloud.google.com/run/docs/reference/rest/v1alpha1/projects.locations.domainmappings'
description: |-
Resource to hold the state and status of a user's domain mapping.
async: !ruby/object:Api::PollAsync
actions: ['create', 'update']
operation: !ruby/object:Api::PollAsync::Operation
timeouts: !ruby/object:Api::Timeouts
insert_minutes: 6
update_minutes: 6
input: true
parameters:
- !ruby/object:Api::Type::String
Expand Down

0 comments on commit cf52313

Please sign in to comment.