File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -834,9 +834,7 @@ message NodeConfig {
834834 // A map of resource manager tag keys and values to be attached to the nodes.
835835 ResourceManagerTags resource_manager_tags = 45 ;
836836
837- // Optional. Enable confidential storage on Hyperdisk.
838- // boot_disk_kms_key is required when enable_confidential_storage is true.
839- // This is only available for private preview.
837+ // Optional. Reserved for future use.
840838 bool enable_confidential_storage = 46
841839 [(google.api.field_behavior ) = OPTIONAL ];
842840}
@@ -3150,6 +3148,9 @@ message UpdateNodePoolRequest {
31503148 // for managing Compute Engine firewalls using Network Firewall Policies.
31513149 // Existing tags will be replaced with new values.
31523150 ResourceManagerTags resource_manager_tags = 39 ;
3151+
3152+ // Specifies the configuration of queued provisioning.
3153+ NodePool.QueuedProvisioning queued_provisioning = 42 ;
31533154}
31543155
31553156// SetNodePoolAutoscalingRequest sets the autoscaler settings of a node pool.
You can’t perform that action at this time.
0 commit comments