File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -832,6 +832,10 @@ message NodeConfig {
832832
833833 // A map of resource manager tag keys and values to be attached to the nodes.
834834 ResourceManagerTags resource_manager_tags = 45 ;
835+
836+ // Optional. Reserved for future use.
837+ bool enable_confidential_storage = 46
838+ [(google.api.field_behavior ) = OPTIONAL ];
835839}
836840
837841// Specifies options for controlling advanced machine features.
@@ -2763,6 +2767,9 @@ message UpdateNodePoolRequest {
27632767 // for managing Compute Engine firewalls using Network Firewall Policies.
27642768 // Existing tags will be replaced with new values.
27652769 ResourceManagerTags resource_manager_tags = 39 ;
2770+
2771+ // Specifies the configuration of queued provisioning.
2772+ NodePool.QueuedProvisioning queued_provisioning = 42 ;
27662773}
27672774
27682775// SetNodePoolAutoscalingRequest sets the autoscaler settings of a node pool.
You can’t perform that action at this time.
0 commit comments