Skip to content

Commit

Permalink
Poll domain mapping until it succeeds (#2891)
Browse files Browse the repository at this point in the history
Merged PR #2891.
  • Loading branch information
chrisst authored and modular-magician committed Dec 27, 2019
1 parent 8fd7212 commit 44d5adf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/terraform
2 changes: 1 addition & 1 deletion build/terraform-beta
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 44d5adf

Please sign in to comment.