Skip to content

Commit ffc5ffc

Browse files
Google APIscopybara-github
authored andcommitted
docs: Add clarification on whether NodePool.version is a required field
PiperOrigin-RevId: 506777053
1 parent 6274da7 commit ffc5ffc

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

google/container/v1/cluster_service.proto

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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];

0 commit comments

Comments
 (0)