Skip to content

Commit f9d24c3

Browse files
Google APIscopybara-github
authored andcommitted
feat: add API to enable Provisioning Request API on existing nodepools
--- feat: Promoted enable_confidential_storage to GA (behind allowlist) PiperOrigin-RevId: 609154511
1 parent cc2c8aa commit f9d24c3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

google/container/v1/cluster_service.proto

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

0 commit comments

Comments
 (0)