Skip to content

Commit

Permalink
docs: clarified wording around the NodePoolUpdateStrategy default beh…
Browse files Browse the repository at this point in the history
…avior

docs: add references for available node image types

PiperOrigin-RevId: 505182579

Source-Link: googleapis/googleapis@c062caf

Source-Link: googleapis/googleapis-gen@ea6906f
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQ29udGFpbmVyLlYxLy5Pd2xCb3QueWFtbCIsImgiOiJlYTY5MDZmMTFhZjUyNDNkNmI0MTA1YWYwYWY4NTRlODc4YjBhMWU3In0=
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed Jan 28, 2023
1 parent 42415ac commit beac7f8
Showing 1 changed file with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,8 @@ public enum DatapathProvider {
/// </summary>
public enum NodePoolUpdateStrategy {
/// <summary>
/// Default value.
/// Default value if unset. GKE internally defaults the update strategy to
/// SURGE for unspecified strategies.
/// </summary>
[pbr::OriginalName("NODE_POOL_UPDATE_STRATEGY_UNSPECIFIED")] Unspecified = 0,
/// <summary>
Expand Down Expand Up @@ -2312,7 +2313,9 @@ public sealed partial class NodeConfig : pb::IMessage<NodeConfig>
private string imageType_ = "";
/// <summary>
/// The image type to use for this node. Note that for a given image type,
/// the latest version of it will be used.
/// the latest version of it will be used. Please see
/// https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for
/// available image types.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down Expand Up @@ -21546,7 +21549,9 @@ public sealed partial class UpdateNodePoolRequest : pb::IMessage<UpdateNodePoolR
public const int ImageTypeFieldNumber = 6;
private string imageType_ = "";
/// <summary>
/// Required. The desired image type for the node pool.
/// Required. The desired image type for the node pool. Please see
/// https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for
/// available image types.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down Expand Up @@ -36934,7 +36939,9 @@ public sealed partial class AutoprovisioningNodePoolDefaults : pb::IMessage<Auto
public const int ImageTypeFieldNumber = 10;
private string imageType_ = "";
/// <summary>
/// The image type to use for NAP created node.
/// The image type to use for NAP created node. Please see
/// https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for
/// available image types.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down

0 comments on commit beac7f8

Please sign in to comment.