Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2797)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Sep 24, 2024
1 parent af2bee1 commit 21926ca
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
7 changes: 6 additions & 1 deletion cloudkms/v1/cloudkms-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
"endpointUrl": "https://cloudkms.europe-west3.rep.googleapis.com/",
"location": "europe-west3"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://cloudkms.europe-west8.rep.googleapis.com/",
"location": "europe-west8"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://cloudkms.europe-west9.rep.googleapis.com/",
Expand Down Expand Up @@ -2127,7 +2132,7 @@
}
}
},
"revision": "20240903",
"revision": "20240918",
"rootUrl": "https://cloudkms.googleapis.com/",
"schemas": {
"AsymmetricDecryptRequest": {
Expand Down
10 changes: 7 additions & 3 deletions container/v1beta1/container-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2565,7 +2565,7 @@
}
}
},
"revision": "20240814",
"revision": "20240905",
"rootUrl": "https://container.googleapis.com/",
"schemas": {
"AcceleratorConfig": {
Expand Down Expand Up @@ -2625,6 +2625,10 @@
"$ref": "MaxPodsConstraint",
"description": "The maximum number of pods per node which use this pod network."
},
"networkAttachment": {
"description": "The name of the network attachment for pods to communicate to; cannot be specified along with subnetwork or secondary_pod_range.",
"type": "string"
},
"secondaryPodRange": {
"description": "The name of the secondary range on the subnet which provides IP address for this pod range.",
"type": "string"
Expand Down Expand Up @@ -4637,7 +4641,7 @@
"properties": {
"cacheHeader": {
"$ref": "HttpCacheControlResponseHeader",
"description": "OnePlatform automatically extracts this field and uses it to set the HTTP Cache-Control header."
"description": "For HTTP requests, this field is automatically extracted into the Cache-Control HTTP header."
},
"keys": {
"description": "The public component of the keys used by the cluster to sign token requests.",
Expand All @@ -4655,7 +4659,7 @@
"properties": {
"cacheHeader": {
"$ref": "HttpCacheControlResponseHeader",
"description": "OnePlatform automatically extracts this field and uses it to set the HTTP Cache-Control header."
"description": "For HTTP requests, this field is automatically extracted into the Cache-Control HTTP header."
},
"claims_supported": {
"description": "Supported claims.",
Expand Down
12 changes: 8 additions & 4 deletions container/v1beta1/container-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 21926ca

Please sign in to comment.