File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3478,6 +3478,14 @@ message NodePool {
34783478 string policy_name = 3 ;
34793479 }
34803480
3481+ // QueuedProvisioning defines the queued provisioning used by the node pool.
3482+ message QueuedProvisioning {
3483+ // Denotes that this nodepool is QRM specific, meaning nodes can be only
3484+ // obtained through queuing via the Cluster Autoscaler ProvisioningRequest
3485+ // API.
3486+ bool enabled = 1 ;
3487+ }
3488+
34813489 // The name of the node pool.
34823490 string name = 1 ;
34833491
@@ -3561,6 +3569,9 @@ message NodePool {
35613569 // up-to-date value before proceeding.
35623570 string etag = 110 ;
35633571
3572+ // Specifies the configuration of queued provisioning.
3573+ QueuedProvisioning queued_provisioning = 112 ;
3574+
35643575 // Enable best effort provisioning for nodes
35653576 BestEffortProvisioning best_effort_provisioning = 113 ;
35663577}
You can’t perform that action at this time.
0 commit comments