From 21926caa29a1141e7ed78abe78d7559a595e721d Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Tue, 24 Sep 2024 00:26:23 -0700 Subject: [PATCH] feat(all): auto-regenerate discovery clients (#2797) --- cloudkms/v1/cloudkms-api.json | 7 ++++++- container/v1beta1/container-api.json | 10 +++++++--- container/v1beta1/container-gen.go | 12 ++++++++---- 3 files changed, 21 insertions(+), 8 deletions(-) diff --git a/cloudkms/v1/cloudkms-api.json b/cloudkms/v1/cloudkms-api.json index 4f671d131d..16cefdbde0 100644 --- a/cloudkms/v1/cloudkms-api.json +++ b/cloudkms/v1/cloudkms-api.json @@ -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/", @@ -2127,7 +2132,7 @@ } } }, - "revision": "20240903", + "revision": "20240918", "rootUrl": "https://cloudkms.googleapis.com/", "schemas": { "AsymmetricDecryptRequest": { diff --git a/container/v1beta1/container-api.json b/container/v1beta1/container-api.json index 6def689556..58895c6a91 100644 --- a/container/v1beta1/container-api.json +++ b/container/v1beta1/container-api.json @@ -2565,7 +2565,7 @@ } } }, - "revision": "20240814", + "revision": "20240905", "rootUrl": "https://container.googleapis.com/", "schemas": { "AcceleratorConfig": { @@ -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" @@ -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.", @@ -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.", diff --git a/container/v1beta1/container-gen.go b/container/v1beta1/container-gen.go index 3a48cce7d1..d3cb1e4bb0 100644 --- a/container/v1beta1/container-gen.go +++ b/container/v1beta1/container-gen.go @@ -366,6 +366,10 @@ type AdditionalPodNetworkConfig struct { // MaxPodsPerNode: The maximum number of pods per node which use this pod // network. MaxPodsPerNode *MaxPodsConstraint `json:"maxPodsPerNode,omitempty"` + // NetworkAttachment: The name of the network attachment for pods to + // communicate to; cannot be specified along with subnetwork or + // secondary_pod_range. + NetworkAttachment string `json:"networkAttachment,omitempty"` // SecondaryPodRange: The name of the secondary range on the subnet which // provides IP address for this pod range. SecondaryPodRange string `json:"secondaryPodRange,omitempty"` @@ -2757,8 +2761,8 @@ func (s GcsFuseCsiDriverConfig) MarshalJSON() ([]byte, error) { // GetJSONWebKeysResponse: GetJSONWebKeysResponse is a valid JSON Web Key Set // as specififed in rfc 7517 type GetJSONWebKeysResponse struct { - // CacheHeader: OnePlatform automatically extracts this field and uses it to - // set the HTTP Cache-Control header. + // CacheHeader: For HTTP requests, this field is automatically extracted into + // the Cache-Control HTTP header. CacheHeader *HttpCacheControlResponseHeader `json:"cacheHeader,omitempty"` // Keys: The public component of the keys used by the cluster to sign token // requests. @@ -2788,8 +2792,8 @@ func (s GetJSONWebKeysResponse) MarshalJSON() ([]byte, error) { // document for the cluster. See the OpenID Connect Discovery 1.0 specification // for details. type GetOpenIDConfigResponse struct { - // CacheHeader: OnePlatform automatically extracts this field and uses it to - // set the HTTP Cache-Control header. + // CacheHeader: For HTTP requests, this field is automatically extracted into + // the Cache-Control HTTP header. CacheHeader *HttpCacheControlResponseHeader `json:"cacheHeader,omitempty"` // ClaimsSupported: Supported claims. ClaimsSupported []string `json:"claims_supported,omitempty"`