Skip to content

Commit

Permalink
fix(binaryauthorization): update the API
Browse files Browse the repository at this point in the history
#### binaryauthorization:v1
The following keys were changed:
- schemas.Policy.properties.clusterAdmissionRules.description
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Jun 12, 2020
1 parent b9dd62a commit 9acb1ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/binaryauthorization-v1.json
Expand Up @@ -494,7 +494,7 @@
}
}
},
"revision": "20200515",
"revision": "20200605",
"rootUrl": "https://binaryauthorization.googleapis.com/",
"schemas": {
"AdmissionRule": {
Expand Down Expand Up @@ -750,7 +750,7 @@
"additionalProperties": {
"$ref": "AdmissionRule"
},
"description": "Optional. LINT.IfChange(cluster_regex)\nPer-cluster admission rules. Cluster spec format:\n`location.clusterId`. There can be at most one admission rule per cluster\nspec.\nA `location` is either a compute zone (e.g. us-central1-a) or a region\n(e.g. us-central1).\nFor `clusterId` syntax restrictions see\nhttps://cloud.google.com/container-engine/reference/rest/v1/projects.zones.clusters.\nLINT.ThenChange(//depot/google3/cloud/console/web/binary_authorization/api/models/admission_rule_type.ts:cluster_regex)",
"description": "Optional. Per-cluster admission rules. Cluster spec format:\n`location.clusterId`. There can be at most one admission rule per cluster\nspec.\nA `location` is either a compute zone (e.g. us-central1-a) or a region\n(e.g. us-central1).\nFor `clusterId` syntax restrictions see\nhttps://cloud.google.com/container-engine/reference/rest/v1/projects.zones.clusters.",
"type": "object"
},
"defaultAdmissionRule": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/binaryauthorization/v1.ts
Expand Up @@ -289,7 +289,7 @@ export namespace binaryauthorization_v1 {
*/
admissionWhitelistPatterns?: Schema$AdmissionWhitelistPattern[];
/**
* Optional. LINT.IfChange(cluster_regex) Per-cluster admission rules. Cluster spec format: `location.clusterId`. There can be at most one admission rule per cluster spec. A `location` is either a compute zone (e.g. us-central1-a) or a region (e.g. us-central1). For `clusterId` syntax restrictions see https://cloud.google.com/container-engine/reference/rest/v1/projects.zones.clusters. LINT.ThenChange(//depot/google3/cloud/console/web/binary_authorization/api/models/admission_rule_type.ts:cluster_regex)
* Optional. Per-cluster admission rules. Cluster spec format: `location.clusterId`. There can be at most one admission rule per cluster spec. A `location` is either a compute zone (e.g. us-central1-a) or a region (e.g. us-central1). For `clusterId` syntax restrictions see https://cloud.google.com/container-engine/reference/rest/v1/projects.zones.clusters.
*/
clusterAdmissionRules?: {[key: string]: Schema$AdmissionRule} | null;
/**
Expand Down

0 comments on commit 9acb1ae

Please sign in to comment.