Skip to content

Commit a241916

Browse files
Google APIscopybara-github
authored andcommitted
feat: add Provisioning Request API
PiperOrigin-RevId: 583194664
1 parent 04b0501 commit a241916

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

google/container/v1/cluster_service.proto

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

0 commit comments

Comments
 (0)