File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3456,7 +3456,9 @@ message NodePool {
34563456 // [Output only] Server-defined URL for the resource.
34573457 string self_link = 100 ;
34583458
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).
34603462 string version = 101 ;
34613463
34623464 // [Output only] The resource URLs of the [managed instance
@@ -3850,8 +3852,7 @@ message AutoprovisioningNodePoolDefaults {
38503852 // information, read [how to specify min CPU
38513853 // platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
38523854 // 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.
38553856 // To unset the min cpu platform field pass "automatic"
38563857 // as field value.
38573858 string min_cpu_platform = 5 [deprecated = true ];
You can’t perform that action at this time.
0 commit comments