diff --git a/google/cloud/container_v1/types/cluster_service.py b/google/cloud/container_v1/types/cluster_service.py index 8258e9a3..40c36177 100644 --- a/google/cloud/container_v1/types/cluster_service.py +++ b/google/cloud/container_v1/types/cluster_service.py @@ -4870,7 +4870,9 @@ class NodePool(proto.Message): self_link (str): [Output only] Server-defined URL for the resource. version (str): - The version of the Kubernetes of this node. + The version of Kubernetes running on this NodePool's nodes. + If unspecified, it defaults as described + `here `__. instance_group_urls (MutableSequence[str]): [Output only] The resource URLs of the `managed instance groups `__ @@ -5865,7 +5867,7 @@ class AutoprovisioningNodePoolDefaults(proto.Message): platform `__. This field is deprecated, min_cpu_platform should be specified using - https://cloud.google.com/requested-min-cpu-platform label + ``cloud.google.com/requested-min-cpu-platform`` label selector on the pod. To unset the min cpu platform field pass "automatic" as field value. disk_size_gb (int): diff --git a/google/cloud/container_v1beta1/types/cluster_service.py b/google/cloud/container_v1beta1/types/cluster_service.py index a8a06786..90fdc691 100644 --- a/google/cloud/container_v1beta1/types/cluster_service.py +++ b/google/cloud/container_v1beta1/types/cluster_service.py @@ -5471,7 +5471,9 @@ class NodePool(proto.Message): self_link (str): [Output only] Server-defined URL for the resource. version (str): - The version of the Kubernetes of this node. + The version of Kubernetes running on this NodePool's nodes. + If unspecified, it defaults as described + `here `__. instance_group_urls (MutableSequence[str]): [Output only] The resource URLs of the `managed instance groups `__ @@ -6448,7 +6450,7 @@ class AutoprovisioningNodePoolDefaults(proto.Message): platform `__. This field is deprecated, min_cpu_platform should be specified using - https://cloud.google.com/requested-min-cpu-platform label + ``cloud.google.com/requested-min-cpu-platform`` label selector on the pod. To unset the min cpu platform field pass "automatic" as field value. disk_size_gb (int): diff --git a/samples/generated_samples/snippet_metadata_google.container.v1.json b/samples/generated_samples/snippet_metadata_google.container.v1.json index 2f064bf9..34c1cf39 100644 --- a/samples/generated_samples/snippet_metadata_google.container.v1.json +++ b/samples/generated_samples/snippet_metadata_google.container.v1.json @@ -8,7 +8,7 @@ ], "language": "PYTHON", "name": "google-cloud-container", - "version": "2.17.2" + "version": "0.1.0" }, "snippets": [ { diff --git a/samples/generated_samples/snippet_metadata_google.container.v1beta1.json b/samples/generated_samples/snippet_metadata_google.container.v1beta1.json index 111c7f0e..15a96218 100644 --- a/samples/generated_samples/snippet_metadata_google.container.v1beta1.json +++ b/samples/generated_samples/snippet_metadata_google.container.v1beta1.json @@ -8,7 +8,7 @@ ], "language": "PYTHON", "name": "google-cloud-container", - "version": "2.17.2" + "version": "0.1.0" }, "snippets": [ {