Skip to content

Commit 666a551

Browse files
Google APIscopybara-github
authored andcommitted
docs: Improve version documentation for NodePool
PiperOrigin-RevId: 506627554
1 parent db56b14 commit 666a551

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

google/container/v1beta1/cluster_service.proto

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

0 commit comments

Comments
 (0)