Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.
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
6 changes: 4 additions & 2 deletions google/cloud/container_v1/types/cluster_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://cloud.google.com/kubernetes-engine/versioning#specifying_node_version>`__.
instance_group_urls (MutableSequence[str]):
[Output only] The resource URLs of the `managed instance
groups <https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances>`__
Expand Down Expand Up @@ -5865,7 +5867,7 @@ class AutoprovisioningNodePoolDefaults(proto.Message):
platform <https://cloud.google.com/compute/docs/instances/specify-min-cpu-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):
Expand Down
6 changes: 4 additions & 2 deletions google/cloud/container_v1beta1/types/cluster_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://cloud.google.com/kubernetes-engine/versioning#specifying_node_version>`__.
instance_group_urls (MutableSequence[str]):
[Output only] The resource URLs of the `managed instance
groups <https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances>`__
Expand Down Expand Up @@ -6448,7 +6450,7 @@ class AutoprovisioningNodePoolDefaults(proto.Message):
platform <https://cloud.google.com/compute/docs/instances/specify-min-cpu-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):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-container",
"version": "2.17.2"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-container",
"version": "2.17.2"
"version": "0.1.0"
},
"snippets": [
{
Expand Down