This repository was archived by the owner on Nov 29, 2023. It is now read-only.
File tree 4 files changed +10
-6
lines changed
samples/generated_samples
4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -4870,7 +4870,9 @@ class NodePool(proto.Message):
4870
4870
self_link (str):
4871
4871
[Output only] Server-defined URL for the resource.
4872
4872
version (str):
4873
- The version of the Kubernetes of this node.
4873
+ The version of Kubernetes running on this NodePool's nodes.
4874
+ If unspecified, it defaults as described
4875
+ `here <https://cloud.google.com/kubernetes-engine/versioning#specifying_node_version>`__.
4874
4876
instance_group_urls (MutableSequence[str]):
4875
4877
[Output only] The resource URLs of the `managed instance
4876
4878
groups <https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances>`__
@@ -5865,7 +5867,7 @@ class AutoprovisioningNodePoolDefaults(proto.Message):
5865
5867
platform <https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform>`__.
5866
5868
This field is deprecated, min_cpu_platform should be
5867
5869
specified using
5868
- https:// cloud.google.com/requested-min-cpu-platform label
5870
+ `` cloud.google.com/requested-min-cpu-platform`` label
5869
5871
selector on the pod. To unset the min cpu platform field
5870
5872
pass "automatic" as field value.
5871
5873
disk_size_gb (int):
Original file line number Diff line number Diff line change @@ -5471,7 +5471,9 @@ class NodePool(proto.Message):
5471
5471
self_link (str):
5472
5472
[Output only] Server-defined URL for the resource.
5473
5473
version (str):
5474
- The version of the Kubernetes of this node.
5474
+ The version of Kubernetes running on this NodePool's nodes.
5475
+ If unspecified, it defaults as described
5476
+ `here <https://cloud.google.com/kubernetes-engine/versioning#specifying_node_version>`__.
5475
5477
instance_group_urls (MutableSequence[str]):
5476
5478
[Output only] The resource URLs of the `managed instance
5477
5479
groups <https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances>`__
@@ -6448,7 +6450,7 @@ class AutoprovisioningNodePoolDefaults(proto.Message):
6448
6450
platform <https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform>`__.
6449
6451
This field is deprecated, min_cpu_platform should be
6450
6452
specified using
6451
- https:// cloud.google.com/requested-min-cpu-platform label
6453
+ `` cloud.google.com/requested-min-cpu-platform`` label
6452
6454
selector on the pod. To unset the min cpu platform field
6453
6455
pass "automatic" as field value.
6454
6456
disk_size_gb (int):
Original file line number Diff line number Diff line change 8
8
],
9
9
"language" : " PYTHON" ,
10
10
"name" : " google-cloud-container" ,
11
- "version" : " 2.17.2 "
11
+ "version" : " 0.1.0 "
12
12
},
13
13
"snippets" : [
14
14
{
Original file line number Diff line number Diff line change 8
8
],
9
9
"language" : " PYTHON" ,
10
10
"name" : " google-cloud-container" ,
11
- "version" : " 2.17.2 "
11
+ "version" : " 0.1.0 "
12
12
},
13
13
"snippets" : [
14
14
{
You can’t perform that action at this time.
0 commit comments