Skip to content

Commit 8df1cd6

Browse files
Google APIscopybara-github
authored andcommitted
feat: add API to enable Provisioning Request API on existing nodepools
--- docs: A comment for field `enable_confidential_storage` in message `.google.container.v1beta1.NodeConfig` is changed PiperOrigin-RevId: 609809689
1 parent 87a71a9 commit 8df1cd6

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

google/container/v1beta1/cluster_service.proto

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)