Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #2797

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.