Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a1d5fdd

Browse files
committedMar 4, 2025
feat(container): update the api
#### container:v1 The following keys were added: - schemas.Cluster.properties.enableTpu.deprecated (Total Keys: 1) - schemas.Cluster.properties.tpuIpv4CidrBlock.deprecated (Total Keys: 1) - schemas.IPAllocationPolicy.properties.tpuIpv4CidrBlock.deprecated (Total Keys: 1) #### container:v1beta1 The following keys were added: - schemas.Cluster.properties.enableTpu.deprecated (Total Keys: 1) - schemas.Cluster.properties.tpuConfig.deprecated (Total Keys: 1) - schemas.Cluster.properties.tpuIpv4CidrBlock.deprecated (Total Keys: 1) - schemas.ClusterUpdate.properties.desiredTpuConfig.deprecated (Total Keys: 1) - schemas.IPAllocationPolicy.properties.tpuIpv4CidrBlock.deprecated (Total Keys: 1) - schemas.TpuConfig.deprecated (Total Keys: 1)
1 parent 0a5e5a8 commit a1d5fdd

6 files changed

+80
-63
lines changed
 

‎docs/dyn/container_v1.projects.locations.clusters.html

+12-12
Large diffs are not rendered by default.

‎docs/dyn/container_v1.projects.zones.clusters.html

+12-12
Large diffs are not rendered by default.

‎docs/dyn/container_v1beta1.projects.locations.clusters.html

+10-10
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ <h3>Method Details</h3>
485485
],
486486
},
487487
&quot;enableKubernetesAlpha&quot;: True or False, # Kubernetes alpha features are enabled on this cluster. This includes alpha API groups (e.g. v1beta1) and features that may not be production ready in the kubernetes version of the master and nodes. The cluster has no SLA for uptime and master/node upgrades are disabled. Alpha enabled clusters are automatically deleted thirty days after creation.
488-
&quot;enableTpu&quot;: True or False, # Enable the ability to use Cloud TPUs in this cluster. This field is deprecated, use tpu_config.enabled instead.
488+
&quot;enableTpu&quot;: True or False, # Enable the ability to use Cloud TPUs in this cluster. This field is deprecated, use tpu_config.enabled instead. This field is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.
489489
&quot;endpoint&quot;: &quot;A String&quot;, # Output only. The IP address of this cluster&#x27;s master endpoint. The endpoint can be accessed from the internet at `https://username:password@endpoint/`. See the `masterAuth` property of this resource for username and password information.
490490
&quot;enterpriseConfig&quot;: { # EnterpriseConfig is the cluster enterprise configuration. # GKE Enterprise Configuration.
491491
&quot;clusterTier&quot;: &quot;A String&quot;, # Output only. cluster_tier indicates the effective tier of the cluster.
@@ -1320,12 +1320,12 @@ <h3>Method Details</h3>
13201320
&quot;status&quot;: &quot;A String&quot;, # Output only. The current status of this cluster.
13211321
&quot;statusMessage&quot;: &quot;A String&quot;, # Output only. Deprecated. Use conditions instead. Additional information about the current status of this cluster, if available.
13221322
&quot;subnetwork&quot;: &quot;A String&quot;, # The name of the Google Compute Engine [subnetwork](https://cloud.google.com/compute/docs/subnetworks) to which the cluster is connected. On output this shows the subnetwork ID instead of the name.
1323-
&quot;tpuConfig&quot;: { # Configuration for Cloud TPU. # Configuration for Cloud TPU support;
1323+
&quot;tpuConfig&quot;: { # Configuration for Cloud TPU. This message is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25. # Configuration for Cloud TPU support; This field is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.
13241324
&quot;enabled&quot;: True or False, # Whether Cloud TPU integration is enabled or not.
13251325
&quot;ipv4CidrBlock&quot;: &quot;A String&quot;, # IPv4 CIDR block reserved for Cloud TPU in the VPC.
13261326
&quot;useServiceNetworking&quot;: True or False, # Whether to use service networking for Cloud TPU or not.
13271327
},
1328-
&quot;tpuIpv4CidrBlock&quot;: &quot;A String&quot;, # Output only. The IP address range of the Cloud TPUs in this cluster, in [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `1.2.3.4/29`).
1328+
&quot;tpuIpv4CidrBlock&quot;: &quot;A String&quot;, # Output only. The IP address range of the Cloud TPUs in this cluster, in [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `1.2.3.4/29`). This field is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.
13291329
&quot;userManagedKeysConfig&quot;: { # UserManagedKeysConfig holds the resource address to Keys which are used for signing certs and token that are used for communication within cluster. # The Custom keys configuration for the cluster.
13301330
&quot;aggregationCa&quot;: &quot;A String&quot;, # The Certificate Authority Service caPool to use for the aggregation CA in this cluster.
13311331
&quot;clusterCa&quot;: &quot;A String&quot;, # The Certificate Authority Service caPool to use for the cluster CA in this cluster.
@@ -1761,7 +1761,7 @@ <h3>Method Details</h3>
17611761
],
17621762
},
17631763
&quot;enableKubernetesAlpha&quot;: True or False, # Kubernetes alpha features are enabled on this cluster. This includes alpha API groups (e.g. v1beta1) and features that may not be production ready in the kubernetes version of the master and nodes. The cluster has no SLA for uptime and master/node upgrades are disabled. Alpha enabled clusters are automatically deleted thirty days after creation.
1764-
&quot;enableTpu&quot;: True or False, # Enable the ability to use Cloud TPUs in this cluster. This field is deprecated, use tpu_config.enabled instead.
1764+
&quot;enableTpu&quot;: True or False, # Enable the ability to use Cloud TPUs in this cluster. This field is deprecated, use tpu_config.enabled instead. This field is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.
17651765
&quot;endpoint&quot;: &quot;A String&quot;, # Output only. The IP address of this cluster&#x27;s master endpoint. The endpoint can be accessed from the internet at `https://username:password@endpoint/`. See the `masterAuth` property of this resource for username and password information.
17661766
&quot;enterpriseConfig&quot;: { # EnterpriseConfig is the cluster enterprise configuration. # GKE Enterprise Configuration.
17671767
&quot;clusterTier&quot;: &quot;A String&quot;, # Output only. cluster_tier indicates the effective tier of the cluster.
@@ -2596,12 +2596,12 @@ <h3>Method Details</h3>
25962596
&quot;status&quot;: &quot;A String&quot;, # Output only. The current status of this cluster.
25972597
&quot;statusMessage&quot;: &quot;A String&quot;, # Output only. Deprecated. Use conditions instead. Additional information about the current status of this cluster, if available.
25982598
&quot;subnetwork&quot;: &quot;A String&quot;, # The name of the Google Compute Engine [subnetwork](https://cloud.google.com/compute/docs/subnetworks) to which the cluster is connected. On output this shows the subnetwork ID instead of the name.
2599-
&quot;tpuConfig&quot;: { # Configuration for Cloud TPU. # Configuration for Cloud TPU support;
2599+
&quot;tpuConfig&quot;: { # Configuration for Cloud TPU. This message is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25. # Configuration for Cloud TPU support; This field is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.
26002600
&quot;enabled&quot;: True or False, # Whether Cloud TPU integration is enabled or not.
26012601
&quot;ipv4CidrBlock&quot;: &quot;A String&quot;, # IPv4 CIDR block reserved for Cloud TPU in the VPC.
26022602
&quot;useServiceNetworking&quot;: True or False, # Whether to use service networking for Cloud TPU or not.
26032603
},
2604-
&quot;tpuIpv4CidrBlock&quot;: &quot;A String&quot;, # Output only. The IP address range of the Cloud TPUs in this cluster, in [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `1.2.3.4/29`).
2604+
&quot;tpuIpv4CidrBlock&quot;: &quot;A String&quot;, # Output only. The IP address range of the Cloud TPUs in this cluster, in [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `1.2.3.4/29`). This field is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.
26052605
&quot;userManagedKeysConfig&quot;: { # UserManagedKeysConfig holds the resource address to Keys which are used for signing certs and token that are used for communication within cluster. # The Custom keys configuration for the cluster.
26062606
&quot;aggregationCa&quot;: &quot;A String&quot;, # The Certificate Authority Service caPool to use for the aggregation CA in this cluster.
26072607
&quot;clusterCa&quot;: &quot;A String&quot;, # The Certificate Authority Service caPool to use for the cluster CA in this cluster.
@@ -2902,7 +2902,7 @@ <h3>Method Details</h3>
29022902
],
29032903
},
29042904
&quot;enableKubernetesAlpha&quot;: True or False, # Kubernetes alpha features are enabled on this cluster. This includes alpha API groups (e.g. v1beta1) and features that may not be production ready in the kubernetes version of the master and nodes. The cluster has no SLA for uptime and master/node upgrades are disabled. Alpha enabled clusters are automatically deleted thirty days after creation.
2905-
&quot;enableTpu&quot;: True or False, # Enable the ability to use Cloud TPUs in this cluster. This field is deprecated, use tpu_config.enabled instead.
2905+
&quot;enableTpu&quot;: True or False, # Enable the ability to use Cloud TPUs in this cluster. This field is deprecated, use tpu_config.enabled instead. This field is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.
29062906
&quot;endpoint&quot;: &quot;A String&quot;, # Output only. The IP address of this cluster&#x27;s master endpoint. The endpoint can be accessed from the internet at `https://username:password@endpoint/`. See the `masterAuth` property of this resource for username and password information.
29072907
&quot;enterpriseConfig&quot;: { # EnterpriseConfig is the cluster enterprise configuration. # GKE Enterprise Configuration.
29082908
&quot;clusterTier&quot;: &quot;A String&quot;, # Output only. cluster_tier indicates the effective tier of the cluster.
@@ -3737,12 +3737,12 @@ <h3>Method Details</h3>
37373737
&quot;status&quot;: &quot;A String&quot;, # Output only. The current status of this cluster.
37383738
&quot;statusMessage&quot;: &quot;A String&quot;, # Output only. Deprecated. Use conditions instead. Additional information about the current status of this cluster, if available.
37393739
&quot;subnetwork&quot;: &quot;A String&quot;, # The name of the Google Compute Engine [subnetwork](https://cloud.google.com/compute/docs/subnetworks) to which the cluster is connected. On output this shows the subnetwork ID instead of the name.
3740-
&quot;tpuConfig&quot;: { # Configuration for Cloud TPU. # Configuration for Cloud TPU support;
3740+
&quot;tpuConfig&quot;: { # Configuration for Cloud TPU. This message is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25. # Configuration for Cloud TPU support; This field is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.
37413741
&quot;enabled&quot;: True or False, # Whether Cloud TPU integration is enabled or not.
37423742
&quot;ipv4CidrBlock&quot;: &quot;A String&quot;, # IPv4 CIDR block reserved for Cloud TPU in the VPC.
37433743
&quot;useServiceNetworking&quot;: True or False, # Whether to use service networking for Cloud TPU or not.
37443744
},
3745-
&quot;tpuIpv4CidrBlock&quot;: &quot;A String&quot;, # Output only. The IP address range of the Cloud TPUs in this cluster, in [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `1.2.3.4/29`).
3745+
&quot;tpuIpv4CidrBlock&quot;: &quot;A String&quot;, # Output only. The IP address range of the Cloud TPUs in this cluster, in [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `1.2.3.4/29`). This field is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.
37463746
&quot;userManagedKeysConfig&quot;: { # UserManagedKeysConfig holds the resource address to Keys which are used for signing certs and token that are used for communication within cluster. # The Custom keys configuration for the cluster.
37473747
&quot;aggregationCa&quot;: &quot;A String&quot;, # The Certificate Authority Service caPool to use for the aggregation CA in this cluster.
37483748
&quot;clusterCa&quot;: &quot;A String&quot;, # The Certificate Authority Service caPool to use for the cluster CA in this cluster.
@@ -5128,7 +5128,7 @@ <h3>Method Details</h3>
51285128
&quot;enabled&quot;: True or False, # Whether Shielded Nodes features are enabled on all nodes in this cluster.
51295129
},
51305130
&quot;desiredStackType&quot;: &quot;A String&quot;, # The desired stack type of the cluster. If a stack type is provided and does not match the current stack type of the cluster, update will attempt to change the stack type to the new type.
5131-
&quot;desiredTpuConfig&quot;: { # Configuration for Cloud TPU. # The desired Cloud TPU configuration.
5131+
&quot;desiredTpuConfig&quot;: { # Configuration for Cloud TPU. This message is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25. # The desired Cloud TPU configuration. This field is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.
51325132
&quot;enabled&quot;: True or False, # Whether Cloud TPU integration is enabled or not.
51335133
&quot;ipv4CidrBlock&quot;: &quot;A String&quot;, # IPv4 CIDR block reserved for Cloud TPU in the VPC.
51345134
&quot;useServiceNetworking&quot;: True or False, # Whether to use service networking for Cloud TPU or not.

‎docs/dyn/container_v1beta1.projects.zones.clusters.html

+10-10
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ <h3>Method Details</h3>
583583
],
584584
},
585585
&quot;enableKubernetesAlpha&quot;: True or False, # Kubernetes alpha features are enabled on this cluster. This includes alpha API groups (e.g. v1beta1) and features that may not be production ready in the kubernetes version of the master and nodes. The cluster has no SLA for uptime and master/node upgrades are disabled. Alpha enabled clusters are automatically deleted thirty days after creation.
586-
&quot;enableTpu&quot;: True or False, # Enable the ability to use Cloud TPUs in this cluster. This field is deprecated, use tpu_config.enabled instead.
586+
&quot;enableTpu&quot;: True or False, # Enable the ability to use Cloud TPUs in this cluster. This field is deprecated, use tpu_config.enabled instead. This field is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.
587587
&quot;endpoint&quot;: &quot;A String&quot;, # Output only. The IP address of this cluster&#x27;s master endpoint. The endpoint can be accessed from the internet at `https://username:password@endpoint/`. See the `masterAuth` property of this resource for username and password information.
588588
&quot;enterpriseConfig&quot;: { # EnterpriseConfig is the cluster enterprise configuration. # GKE Enterprise Configuration.
589589
&quot;clusterTier&quot;: &quot;A String&quot;, # Output only. cluster_tier indicates the effective tier of the cluster.
@@ -1418,12 +1418,12 @@ <h3>Method Details</h3>
14181418
&quot;status&quot;: &quot;A String&quot;, # Output only. The current status of this cluster.
14191419
&quot;statusMessage&quot;: &quot;A String&quot;, # Output only. Deprecated. Use conditions instead. Additional information about the current status of this cluster, if available.
14201420
&quot;subnetwork&quot;: &quot;A String&quot;, # The name of the Google Compute Engine [subnetwork](https://cloud.google.com/compute/docs/subnetworks) to which the cluster is connected. On output this shows the subnetwork ID instead of the name.
1421-
&quot;tpuConfig&quot;: { # Configuration for Cloud TPU. # Configuration for Cloud TPU support;
1421+
&quot;tpuConfig&quot;: { # Configuration for Cloud TPU. This message is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25. # Configuration for Cloud TPU support; This field is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.
14221422
&quot;enabled&quot;: True or False, # Whether Cloud TPU integration is enabled or not.
14231423
&quot;ipv4CidrBlock&quot;: &quot;A String&quot;, # IPv4 CIDR block reserved for Cloud TPU in the VPC.
14241424
&quot;useServiceNetworking&quot;: True or False, # Whether to use service networking for Cloud TPU or not.
14251425
},
1426-
&quot;tpuIpv4CidrBlock&quot;: &quot;A String&quot;, # Output only. The IP address range of the Cloud TPUs in this cluster, in [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `1.2.3.4/29`).
1426+
&quot;tpuIpv4CidrBlock&quot;: &quot;A String&quot;, # Output only. The IP address range of the Cloud TPUs in this cluster, in [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `1.2.3.4/29`). This field is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.
14271427
&quot;userManagedKeysConfig&quot;: { # UserManagedKeysConfig holds the resource address to Keys which are used for signing certs and token that are used for communication within cluster. # The Custom keys configuration for the cluster.
14281428
&quot;aggregationCa&quot;: &quot;A String&quot;, # The Certificate Authority Service caPool to use for the aggregation CA in this cluster.
14291429
&quot;clusterCa&quot;: &quot;A String&quot;, # The Certificate Authority Service caPool to use for the cluster CA in this cluster.
@@ -1859,7 +1859,7 @@ <h3>Method Details</h3>
18591859
],
18601860
},
18611861
&quot;enableKubernetesAlpha&quot;: True or False, # Kubernetes alpha features are enabled on this cluster. This includes alpha API groups (e.g. v1beta1) and features that may not be production ready in the kubernetes version of the master and nodes. The cluster has no SLA for uptime and master/node upgrades are disabled. Alpha enabled clusters are automatically deleted thirty days after creation.
1862-
&quot;enableTpu&quot;: True or False, # Enable the ability to use Cloud TPUs in this cluster. This field is deprecated, use tpu_config.enabled instead.
1862+
&quot;enableTpu&quot;: True or False, # Enable the ability to use Cloud TPUs in this cluster. This field is deprecated, use tpu_config.enabled instead. This field is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.
18631863
&quot;endpoint&quot;: &quot;A String&quot;, # Output only. The IP address of this cluster&#x27;s master endpoint. The endpoint can be accessed from the internet at `https://username:password@endpoint/`. See the `masterAuth` property of this resource for username and password information.
18641864
&quot;enterpriseConfig&quot;: { # EnterpriseConfig is the cluster enterprise configuration. # GKE Enterprise Configuration.
18651865
&quot;clusterTier&quot;: &quot;A String&quot;, # Output only. cluster_tier indicates the effective tier of the cluster.
@@ -2694,12 +2694,12 @@ <h3>Method Details</h3>
26942694
&quot;status&quot;: &quot;A String&quot;, # Output only. The current status of this cluster.
26952695
&quot;statusMessage&quot;: &quot;A String&quot;, # Output only. Deprecated. Use conditions instead. Additional information about the current status of this cluster, if available.
26962696
&quot;subnetwork&quot;: &quot;A String&quot;, # The name of the Google Compute Engine [subnetwork](https://cloud.google.com/compute/docs/subnetworks) to which the cluster is connected. On output this shows the subnetwork ID instead of the name.
2697-
&quot;tpuConfig&quot;: { # Configuration for Cloud TPU. # Configuration for Cloud TPU support;
2697+
&quot;tpuConfig&quot;: { # Configuration for Cloud TPU. This message is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25. # Configuration for Cloud TPU support; This field is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.
26982698
&quot;enabled&quot;: True or False, # Whether Cloud TPU integration is enabled or not.
26992699
&quot;ipv4CidrBlock&quot;: &quot;A String&quot;, # IPv4 CIDR block reserved for Cloud TPU in the VPC.
27002700
&quot;useServiceNetworking&quot;: True or False, # Whether to use service networking for Cloud TPU or not.
27012701
},
2702-
&quot;tpuIpv4CidrBlock&quot;: &quot;A String&quot;, # Output only. The IP address range of the Cloud TPUs in this cluster, in [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `1.2.3.4/29`).
2702+
&quot;tpuIpv4CidrBlock&quot;: &quot;A String&quot;, # Output only. The IP address range of the Cloud TPUs in this cluster, in [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `1.2.3.4/29`). This field is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.
27032703
&quot;userManagedKeysConfig&quot;: { # UserManagedKeysConfig holds the resource address to Keys which are used for signing certs and token that are used for communication within cluster. # The Custom keys configuration for the cluster.
27042704
&quot;aggregationCa&quot;: &quot;A String&quot;, # The Certificate Authority Service caPool to use for the aggregation CA in this cluster.
27052705
&quot;clusterCa&quot;: &quot;A String&quot;, # The Certificate Authority Service caPool to use for the cluster CA in this cluster.
@@ -3044,7 +3044,7 @@ <h3>Method Details</h3>
30443044
],
30453045
},
30463046
&quot;enableKubernetesAlpha&quot;: True or False, # Kubernetes alpha features are enabled on this cluster. This includes alpha API groups (e.g. v1beta1) and features that may not be production ready in the kubernetes version of the master and nodes. The cluster has no SLA for uptime and master/node upgrades are disabled. Alpha enabled clusters are automatically deleted thirty days after creation.
3047-
&quot;enableTpu&quot;: True or False, # Enable the ability to use Cloud TPUs in this cluster. This field is deprecated, use tpu_config.enabled instead.
3047+
&quot;enableTpu&quot;: True or False, # Enable the ability to use Cloud TPUs in this cluster. This field is deprecated, use tpu_config.enabled instead. This field is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.
30483048
&quot;endpoint&quot;: &quot;A String&quot;, # Output only. The IP address of this cluster&#x27;s master endpoint. The endpoint can be accessed from the internet at `https://username:password@endpoint/`. See the `masterAuth` property of this resource for username and password information.
30493049
&quot;enterpriseConfig&quot;: { # EnterpriseConfig is the cluster enterprise configuration. # GKE Enterprise Configuration.
30503050
&quot;clusterTier&quot;: &quot;A String&quot;, # Output only. cluster_tier indicates the effective tier of the cluster.
@@ -3879,12 +3879,12 @@ <h3>Method Details</h3>
38793879
&quot;status&quot;: &quot;A String&quot;, # Output only. The current status of this cluster.
38803880
&quot;statusMessage&quot;: &quot;A String&quot;, # Output only. Deprecated. Use conditions instead. Additional information about the current status of this cluster, if available.
38813881
&quot;subnetwork&quot;: &quot;A String&quot;, # The name of the Google Compute Engine [subnetwork](https://cloud.google.com/compute/docs/subnetworks) to which the cluster is connected. On output this shows the subnetwork ID instead of the name.
3882-
&quot;tpuConfig&quot;: { # Configuration for Cloud TPU. # Configuration for Cloud TPU support;
3882+
&quot;tpuConfig&quot;: { # Configuration for Cloud TPU. This message is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25. # Configuration for Cloud TPU support; This field is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.
38833883
&quot;enabled&quot;: True or False, # Whether Cloud TPU integration is enabled or not.
38843884
&quot;ipv4CidrBlock&quot;: &quot;A String&quot;, # IPv4 CIDR block reserved for Cloud TPU in the VPC.
38853885
&quot;useServiceNetworking&quot;: True or False, # Whether to use service networking for Cloud TPU or not.
38863886
},
3887-
&quot;tpuIpv4CidrBlock&quot;: &quot;A String&quot;, # Output only. The IP address range of the Cloud TPUs in this cluster, in [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `1.2.3.4/29`).
3887+
&quot;tpuIpv4CidrBlock&quot;: &quot;A String&quot;, # Output only. The IP address range of the Cloud TPUs in this cluster, in [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `1.2.3.4/29`). This field is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.
38883888
&quot;userManagedKeysConfig&quot;: { # UserManagedKeysConfig holds the resource address to Keys which are used for signing certs and token that are used for communication within cluster. # The Custom keys configuration for the cluster.
38893889
&quot;aggregationCa&quot;: &quot;A String&quot;, # The Certificate Authority Service caPool to use for the aggregation CA in this cluster.
38903890
&quot;clusterCa&quot;: &quot;A String&quot;, # The Certificate Authority Service caPool to use for the cluster CA in this cluster.
@@ -5155,7 +5155,7 @@ <h3>Method Details</h3>
51555155
&quot;enabled&quot;: True or False, # Whether Shielded Nodes features are enabled on all nodes in this cluster.
51565156
},
51575157
&quot;desiredStackType&quot;: &quot;A String&quot;, # The desired stack type of the cluster. If a stack type is provided and does not match the current stack type of the cluster, update will attempt to change the stack type to the new type.
5158-
&quot;desiredTpuConfig&quot;: { # Configuration for Cloud TPU. # The desired Cloud TPU configuration.
5158+
&quot;desiredTpuConfig&quot;: { # Configuration for Cloud TPU. This message is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25. # The desired Cloud TPU configuration. This field is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.
51595159
&quot;enabled&quot;: True or False, # Whether Cloud TPU integration is enabled or not.
51605160
&quot;ipv4CidrBlock&quot;: &quot;A String&quot;, # IPv4 CIDR block reserved for Cloud TPU in the VPC.
51615161
&quot;useServiceNetworking&quot;: True or False, # Whether to use service networking for Cloud TPU or not.

‎googleapiclient/discovery_cache/documents/container.v1.json

+15-9
Original file line numberDiff line numberDiff line change
@@ -2540,7 +2540,7 @@
25402540
}
25412541
}
25422542
},
2543-
"revision": "20250204",
2543+
"revision": "20250211",
25442544
"rootUrl": "https://container.googleapis.com/",
25452545
"schemas": {
25462546
"AcceleratorConfig": {
@@ -3233,7 +3233,8 @@
32333233
"type": "boolean"
32343234
},
32353235
"enableTpu": {
3236-
"description": "Enable the ability to use Cloud TPUs in this cluster.",
3236+
"deprecated": true,
3237+
"description": "Enable the ability to use Cloud TPUs in this cluster. This field is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.",
32373238
"type": "boolean"
32383239
},
32393240
"endpoint": {
@@ -3299,7 +3300,6 @@
32993300
"description": "Configuration for the legacy ABAC authorization mode."
33003301
},
33013302
"location": {
3302-
"description": "Output only. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which the cluster resides.",
33033303
"readOnly": true,
33043304
"type": "string"
33053305
},
@@ -3482,7 +3482,8 @@
34823482
"type": "string"
34833483
},
34843484
"tpuIpv4CidrBlock": {
3485-
"description": "Output only. The IP address range of the Cloud TPUs in this cluster, in [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `1.2.3.4/29`).",
3485+
"deprecated": true,
3486+
"description": "Output only. The IP address range of the Cloud TPUs in this cluster, in [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `1.2.3.4/29`). This field is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.",
34863487
"readOnly": true,
34873488
"type": "string"
34883489
},
@@ -4767,7 +4768,8 @@ false
47674768
"type": "string"
47684769
},
47694770
"tpuIpv4CidrBlock": {
4770-
"description": "The IP address range of the Cloud TPUs in this cluster. If unspecified, a range will be automatically chosen with the default size. This field is only applicable when `use_ip_aliases` is true. If unspecified, the range will use the default size. Set to /netmask (e.g. `/14`) to have a range chosen with a specific netmask. Set to a [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`) to pick a specific range to use.",
4771+
"deprecated": true,
4772+
"description": "The IP address range of the Cloud TPUs in this cluster. If unspecified, a range will be automatically chosen with the default size. This field is only applicable when `use_ip_aliases` is true. If unspecified, the range will use the default size. Set to /netmask (e.g. `/14`) to have a range chosen with a specific netmask. Set to a [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`) to pick a specific range to use. This field is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.",
47714773
"type": "string"
47724774
},
47734775
"useIpAliases": {
@@ -5052,7 +5054,8 @@ false
50525054
"SCHEDULER",
50535055
"CONTROLLER_MANAGER",
50545056
"KCP_SSHD",
5055-
"KCP_CONNECTION"
5057+
"KCP_CONNECTION",
5058+
"KCP_HPA"
50565059
],
50575060
"enumDescriptions": [
50585061
"Default value. This shouldn't be used.",
@@ -5062,7 +5065,8 @@ false
50625065
"kube-scheduler",
50635066
"kube-controller-manager",
50645067
"kcp-sshd",
5065-
"kcp connection logs"
5068+
"kcp connection logs",
5069+
"horizontal pod autoscaler decision logs"
50665070
],
50675071
"type": "string"
50685072
},
@@ -5303,7 +5307,8 @@ false
53035307
"STATEFULSET",
53045308
"CADVISOR",
53055309
"KUBELET",
5306-
"DCGM"
5310+
"DCGM",
5311+
"JOBSET"
53075312
],
53085313
"enumDescriptions": [
53095314
"Default value. This shouldn't be used.",
@@ -5319,7 +5324,8 @@ false
53195324
"Statefulset",
53205325
"CADVISOR",
53215326
"KUBELET",
5322-
"NVIDIA Data Center GPU Manager (DCGM)"
5327+
"NVIDIA Data Center GPU Manager (DCGM)",
5328+
"JobSet"
53235329
],
53245330
"type": "string"
53255331
},

‎googleapiclient/discovery_cache/documents/container.v1beta1.json

+21-10
Original file line numberDiff line numberDiff line change
@@ -2685,7 +2685,7 @@
26852685
}
26862686
}
26872687
},
2688-
"revision": "20250204",
2688+
"revision": "20250211",
26892689
"rootUrl": "https://container.googleapis.com/",
26902690
"schemas": {
26912691
"AcceleratorConfig": {
@@ -3483,7 +3483,8 @@
34833483
"type": "boolean"
34843484
},
34853485
"enableTpu": {
3486-
"description": "Enable the ability to use Cloud TPUs in this cluster. This field is deprecated, use tpu_config.enabled instead.",
3486+
"deprecated": true,
3487+
"description": "Enable the ability to use Cloud TPUs in this cluster. This field is deprecated, use tpu_config.enabled instead. This field is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.",
34873488
"type": "boolean"
34883489
},
34893490
"endpoint": {
@@ -3760,10 +3761,12 @@
37603761
},
37613762
"tpuConfig": {
37623763
"$ref": "TpuConfig",
3763-
"description": "Configuration for Cloud TPU support;"
3764+
"deprecated": true,
3765+
"description": "Configuration for Cloud TPU support; This field is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25."
37643766
},
37653767
"tpuIpv4CidrBlock": {
3766-
"description": "Output only. The IP address range of the Cloud TPUs in this cluster, in [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `1.2.3.4/29`).",
3768+
"deprecated": true,
3769+
"description": "Output only. The IP address range of the Cloud TPUs in this cluster, in [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `1.2.3.4/29`). This field is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.",
37673770
"readOnly": true,
37683771
"type": "string"
37693772
},
@@ -4200,7 +4203,8 @@
42004203
},
42014204
"desiredTpuConfig": {
42024205
"$ref": "TpuConfig",
4203-
"description": "The desired Cloud TPU configuration."
4206+
"deprecated": true,
4207+
"description": "The desired Cloud TPU configuration. This field is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25."
42044208
},
42054209
"desiredVerticalPodAutoscaling": {
42064210
"$ref": "VerticalPodAutoscaling",
@@ -5258,6 +5262,7 @@ false
52585262
"type": "string"
52595263
},
52605264
"tpuIpv4CidrBlock": {
5265+
"deprecated": true,
52615266
"description": "The IP address range of the Cloud TPUs in this cluster. If unspecified, a range will be automatically chosen with the default size. This field is only applicable when `use_ip_aliases` is true. If unspecified, the range will use the default size. Set to /netmask (e.g. `/14`) to have a range chosen with a specific netmask. Set to a [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`) to pick a specific range to use. This field is deprecated, use cluster.tpu_config.ipv4_cidr_block instead.",
52625267
"type": "string"
52635268
},
@@ -5627,7 +5632,8 @@ false
56275632
"SCHEDULER",
56285633
"CONTROLLER_MANAGER",
56295634
"KCP_SSHD",
5630-
"KCP_CONNECTION"
5635+
"KCP_CONNECTION",
5636+
"KCP_HPA"
56315637
],
56325638
"enumDescriptions": [
56335639
"Default value. This shouldn't be used.",
@@ -5637,7 +5643,8 @@ false
56375643
"kube-scheduler",
56385644
"kube-controller-manager",
56395645
"kcp-sshd",
5640-
"kcp connection logs"
5646+
"kcp connection logs",
5647+
"horizontal pod autoscaler decision logs"
56415648
],
56425649
"type": "string"
56435650
},
@@ -5889,7 +5896,8 @@ false
58895896
"STATEFULSET",
58905897
"CADVISOR",
58915898
"KUBELET",
5892-
"DCGM"
5899+
"DCGM",
5900+
"JOBSET"
58935901
],
58945902
"enumDeprecated": [
58955903
false,
@@ -5906,6 +5914,7 @@ false,
59065914
false,
59075915
false,
59085916
false,
5917+
false,
59095918
false
59105919
],
59115920
"enumDescriptions": [
@@ -5923,7 +5932,8 @@ false
59235932
"Statefulset",
59245933
"CADVISOR",
59255934
"KUBELET",
5926-
"NVIDIA Data Center GPU Manager (DCGM)"
5935+
"NVIDIA Data Center GPU Manager (DCGM)",
5936+
"JobSet"
59275937
],
59285938
"type": "string"
59295939
},
@@ -8573,7 +8583,8 @@ false
85738583
"type": "object"
85748584
},
85758585
"TpuConfig": {
8576-
"description": "Configuration for Cloud TPU.",
8586+
"deprecated": true,
8587+
"description": "Configuration for Cloud TPU. This message is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.",
85778588
"id": "TpuConfig",
85788589
"properties": {
85798590
"enabled": {

0 commit comments

Comments
 (0)
Please sign in to comment.