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.gkeClustersPerResponsePolicy.description
- schemas.Quota.properties.gkeClustersPerResponsePolicy.format
- schemas.Quota.properties.gkeClustersPerResponsePolicy.type
  • Loading branch information
yoshi-automation authored and sofisl committed May 21, 2021
1 parent 9d03c6e commit 77b0838
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 6 additions & 1 deletion discovery/dns-v1beta2.json
Expand Up @@ -1740,7 +1740,7 @@
}
}
},
"revision": "20210423",
"revision": "20210513",
"rootUrl": "https://dns.googleapis.com/",
"schemas": {
"Change": {
Expand Down Expand Up @@ -2611,6 +2611,11 @@
"format": "int32",
"type": "integer"
},
"gkeClustersPerResponsePolicy": {
"description": "Maximum allowed number of GKE clusters per response policy.",
"format": "int32",
"type": "integer"
},
"kind": {
"default": "dns#quota",
"type": "string"
Expand Down
4 changes: 4 additions & 0 deletions src/apis/dns/v1beta2.ts
Expand Up @@ -653,6 +653,10 @@ export namespace dns_v1beta2 {
* Maximum allowed number of GKE clusters to which a privately scoped zone can be attached.
*/
gkeClustersPerManagedZone?: number | null;
/**
* Maximum allowed number of GKE clusters per response policy.
*/
gkeClustersPerResponsePolicy?: number | null;
kind?: string | null;
/**
* Maximum allowed number of managed zones in the project.
Expand Down

0 comments on commit 77b0838

Please sign in to comment.