diff --git a/googleapis/container/v1beta1/cluster_service.pb.go b/googleapis/container/v1beta1/cluster_service.pb.go index c8e367e7a..dcd6a378d 100644 --- a/googleapis/container/v1beta1/cluster_service.pb.go +++ b/googleapis/container/v1beta1/cluster_service.pb.go @@ -163,7 +163,8 @@ func (UpgradeResourceType) EnumDescriptor() ([]byte, []int) { type NodePoolUpdateStrategy int32 const ( - // Default value. + // Default value if unset. GKE internally defaults the update strategy to + // SURGE for unspecified strategies. NodePoolUpdateStrategy_NODE_POOL_UPDATE_STRATEGY_UNSPECIFIED NodePoolUpdateStrategy = 0 // blue-green upgrade. NodePoolUpdateStrategy_BLUE_GREEN NodePoolUpdateStrategy = 2 @@ -3003,7 +3004,9 @@ type NodeConfig struct { // The total size of all keys and values must be less than 512 KB. Metadata map[string]string `protobuf:"bytes,4,rep,name=metadata,proto3" json:"metadata,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` // 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. ImageType string `protobuf:"bytes,5,opt,name=image_type,json=imageType,proto3" json:"image_type,omitempty"` // The map of Kubernetes labels (key/value pairs) to be applied to each node. // These will added in addition to any default label(s) that @@ -8335,7 +8338,9 @@ type UpdateNodePoolRequest struct { // - "1.X.Y-gke.N": picks an explicit Kubernetes version // - "-": picks the Kubernetes master version NodeVersion string `protobuf:"bytes,5,opt,name=node_version,json=nodeVersion,proto3" json:"node_version,omitempty"` - // 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. ImageType string `protobuf:"bytes,6,opt,name=image_type,json=imageType,proto3" json:"image_type,omitempty"` // The desired list of Google Compute Engine // [zones](https://cloud.google.com/compute/docs/zones#available) in which the @@ -12086,7 +12091,9 @@ type AutoprovisioningNodePoolDefaults struct { // see: // https://cloud.google.com/compute/docs/disks/customer-managed-encryption BootDiskKmsKey string `protobuf:"bytes,9,opt,name=boot_disk_kms_key,json=bootDiskKmsKey,proto3" json:"boot_disk_kms_key,omitempty"` - // 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. ImageType string `protobuf:"bytes,10,opt,name=image_type,json=imageType,proto3" json:"image_type,omitempty"` } diff --git a/regen.txt b/regen.txt index 7e91cc710..5ac90a8eb 100644 --- a/regen.txt +++ b/regen.txt @@ -1 +1 @@ -5e5519cf3cca6128331d4a9dc9c130a94bc2ed92 \ No newline at end of file +17bff56be89e29f7786c100a4f15016fe885353e \ No newline at end of file