File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3127,7 +3127,9 @@ message NodePool {
31273127 // [Output only] Server-defined URL for the resource.
31283128 string self_link = 100 ;
31293129
3130- // The version of the Kubernetes of this node.
3130+ // The version of Kubernetes running on this NodePool's nodes. If unspecified,
3131+ // it defaults as described
3132+ // [here](https://cloud.google.com/kubernetes-engine/versioning#specifying_node_version).
31313133 string version = 101 ;
31323134
31333135 // [Output only] The resource URLs of the [managed instance
@@ -3502,8 +3504,7 @@ message AutoprovisioningNodePoolDefaults {
35023504 // information, read [how to specify min CPU
35033505 // platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
35043506 // This field is deprecated, min_cpu_platform should be specified using
3505- // https://cloud.google.com/requested-min-cpu-platform label selector on the
3506- // pod.
3507+ // `cloud.google.com/requested-min-cpu-platform` label selector on the pod.
35073508 // To unset the min cpu platform field pass "automatic"
35083509 // as field value.
35093510 string min_cpu_platform = 5 [deprecated = true ];
You can’t perform that action at this time.
0 commit comments