Skip to content

Commit

Permalink
feat: add API to enable Provisioning Request API on existing nodepools
Browse files Browse the repository at this point in the history
---
feat: Promoted enable_confidential_storage to GA (behind allowlist)

PiperOrigin-RevId: 609154511
  • Loading branch information
Google APIs authored and Copybara-Service committed Feb 22, 2024
1 parent cc2c8aa commit f9d24c3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions google/container/v1/cluster_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,10 @@ message NodeConfig {

// A map of resource manager tag keys and values to be attached to the nodes.
ResourceManagerTags resource_manager_tags = 45;

// Optional. Reserved for future use.
bool enable_confidential_storage = 46
[(google.api.field_behavior) = OPTIONAL];
}

// Specifies options for controlling advanced machine features.
Expand Down Expand Up @@ -2763,6 +2767,9 @@ message UpdateNodePoolRequest {
// for managing Compute Engine firewalls using Network Firewall Policies.
// Existing tags will be replaced with new values.
ResourceManagerTags resource_manager_tags = 39;

// Specifies the configuration of queued provisioning.
NodePool.QueuedProvisioning queued_provisioning = 42;
}

// SetNodePoolAutoscalingRequest sets the autoscaler settings of a node pool.
Expand Down

0 comments on commit f9d24c3

Please sign in to comment.