Skip to content

Commit

Permalink
feat(dns): update the api
Browse files Browse the repository at this point in the history
#### dns:v1beta2

The following keys were added:
- schemas.Quota.properties.itemsPerRoutingPolicy (Total Keys: 2)
- schemas.RRSetRoutingPolicy (Total Keys: 41)
- schemas.ResourceRecordSet.properties.routingPolicy.$ref (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jul 27, 2021
1 parent d76f1cb commit 13436cc
Show file tree
Hide file tree
Showing 6 changed files with 2,044 additions and 2 deletions.
696 changes: 696 additions & 0 deletions docs/dyn/dns_v1beta2.changes.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/dyn/dns_v1beta2.projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ <h3>Method Details</h3>
&quot;dnsKeysPerManagedZone&quot;: 42, # Maximum allowed number of DnsKeys per ManagedZone.
&quot;gkeClustersPerManagedZone&quot;: 42, # Maximum allowed number of GKE clusters to which a privately scoped zone can be attached.
&quot;gkeClustersPerResponsePolicy&quot;: 42, # Maximum allowed number of GKE clusters per response policy.
&quot;itemsPerRoutingPolicy&quot;: 42, # Maximum allowed number of items per routing policy.
&quot;kind&quot;: &quot;dns#quota&quot;,
&quot;managedZones&quot;: 42, # Maximum allowed number of managed zones in the project.
&quot;managedZonesPerGkeCluster&quot;: 42, # Maximum allowed number of managed zones which can be attached to a GKE cluster.
Expand Down
Loading

0 comments on commit 13436cc

Please sign in to comment.