Skip to content

Commit

Permalink
docs: Add clarification on whether NodePool.version is a required f…
Browse files Browse the repository at this point in the history
…ield

PiperOrigin-RevId: 506777053

Source-Link: googleapis/googleapis@ffc5ffc

Source-Link: googleapis/googleapis-gen@d8776e8
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQ29udGFpbmVyLlYxLy5Pd2xCb3QueWFtbCIsImgiOiJkODc3NmU4MTEwMThkZjY5NDQyNjViMDZkOWI0MTQ4NzgzZjI1NzU5In0=
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed Feb 3, 2023
1 parent 189dffe commit 50c4b0f
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30484,7 +30484,9 @@ public sealed partial class NodePool : pb::IMessage<NodePool>
public const int VersionFieldNumber = 101;
private string version_ = "";
/// <summary>
/// The version of the Kubernetes of this node.
/// The version of Kubernetes running on this NodePool's nodes. If unspecified,
/// it defaults as described
/// [here](https://cloud.google.com/kubernetes-engine/versioning#specifying_node_version).
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down Expand Up @@ -36849,8 +36851,7 @@ public sealed partial class AutoprovisioningNodePoolDefaults : pb::IMessage<Auto
/// information, read [how to specify min CPU
/// platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform).
/// This field is deprecated, min_cpu_platform should be specified using
/// https://cloud.google.com/requested-min-cpu-platform label selector on the
/// pod.
/// `cloud.google.com/requested-min-cpu-platform` label selector on the pod.
/// To unset the min cpu platform field pass "automatic"
/// as field value.
/// </summary>
Expand Down

0 comments on commit 50c4b0f

Please sign in to comment.