File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
apis/provisioningrequest/autoscaling.x-k8s.io/v1beta1
provisioningrequest/orchestrator Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ const (
197
197
// ProvisioningClassCheckCapacity denotes that CA will check if current cluster state can fulfill this request,
198
198
// and reserve the capacity for a specified time.
199
199
ProvisioningClassCheckCapacity string = "check-capacity.autoscaling.x-k8s.io"
200
- // ProvisioningClassAtomicScaleUp denotes that CA try to provision the capacity
200
+ // ProvisioningClassBestEffortAtomicScaleUp denotes that CA try to provision the capacity
201
201
// in an atomic manner.
202
- ProvisioningClassAtomicScaleUp string = "atomic-scale-up.autoscaling.x-k8s.io"
202
+ ProvisioningClassBestEffortAtomicScaleUp string = "best-effort- atomic-scale-up.autoscaling.x-k8s.io"
203
203
)
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ func TestScaleUp(t *testing.T) {
83
83
CPU : "1" ,
84
84
Memory : "1" ,
85
85
PodCount : int32 (5 ),
86
- Class : v1beta1 .ProvisioningClassAtomicScaleUp ,
86
+ Class : v1beta1 .ProvisioningClassBestEffortAtomicScaleUp ,
87
87
})
88
88
89
89
// Already provisioned provisioning request - capacity should be booked before processing a new request.
You can’t perform that action at this time.
0 commit comments