File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
cluster-autoscaler/processors/customresources Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ import (
25
25
apiv1 "k8s.io/api/core/v1"
26
26
"k8s.io/apimachinery/pkg/api/resource"
27
27
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
28
- "k8s.io/autoscaler/cluster-autoscaler/cloudprovider/gce"
29
28
testprovider "k8s.io/autoscaler/cluster-autoscaler/cloudprovider/test"
30
29
"k8s.io/autoscaler/cluster-autoscaler/context"
31
30
"k8s.io/autoscaler/cluster-autoscaler/utils/gpu"
@@ -157,7 +156,7 @@ func TestFilterOutNodesWithUnreadyResources(t *testing.T) {
157
156
ObjectMeta : metav1.ObjectMeta {
158
157
Name : "nodeGPUViaDra" ,
159
158
Labels : map [string ]string {
160
- gce . DraGPULabel : "true" ,
159
+ "cloud.google.com/gke-gpu-dra-driver" : "true" ,
161
160
},
162
161
CreationTimestamp : metav1 .NewTime (start ),
163
162
},
You can’t perform that action at this time.
0 commit comments