File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3456,7 +3456,9 @@ message NodePool {
3456
3456
// [Output only] Server-defined URL for the resource.
3457
3457
string self_link = 100 ;
3458
3458
3459
- // The version of the Kubernetes of this node.
3459
+ // The version of Kubernetes running on this NodePool's nodes. If unspecified,
3460
+ // it defaults as described
3461
+ // [here](https://cloud.google.com/kubernetes-engine/versioning#specifying_node_version).
3460
3462
string version = 101 ;
3461
3463
3462
3464
// [Output only] The resource URLs of the [managed instance
@@ -3850,8 +3852,7 @@ message AutoprovisioningNodePoolDefaults {
3850
3852
// information, read [how to specify min CPU
3851
3853
// platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
3852
3854
// This field is deprecated, min_cpu_platform should be specified using
3853
- // https://cloud.google.com/requested-min-cpu-platform label selector on the
3854
- // pod.
3855
+ // `cloud.google.com/requested-min-cpu-platform` label selector on the pod.
3855
3856
// To unset the min cpu platform field pass "automatic"
3856
3857
// as field value.
3857
3858
string min_cpu_platform = 5 [deprecated = true ];
You can’t perform that action at this time.
0 commit comments