Skip to content

Commit b01e3dc

Browse files
Add transient dependency to test/e2e/framework/.import-restrictions
Signed-off-by: Aldo Culquicondor <[email protected]>
1 parent e902e70 commit b01e3dc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

staging/src/k8s.io/client-go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903
1515
github.com/golang/protobuf v1.3.2
1616
github.com/google/btree v1.0.0 // indirect
17-
github.com/google/go-cmp v0.3.0
17+
github.com/google/go-cmp v0.3.1
1818
github.com/google/gofuzz v1.1.0
1919
github.com/google/uuid v1.1.1
2020
github.com/googleapis/gnostic v0.1.0

test/e2e/framework/.import-restrictions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@
187187
"k8s.io/kubernetes/pkg/scheduler/framework/plugins/nodeports",
188188
"k8s.io/kubernetes/pkg/scheduler/framework/plugins/noderesources",
189189
"k8s.io/kubernetes/pkg/scheduler/framework/v1alpha1",
190+
"k8s.io/kubernetes/pkg/scheduler/internal/parallelize",
190191
"k8s.io/kubernetes/pkg/scheduler/listers",
191192
"k8s.io/kubernetes/pkg/scheduler/metrics",
192193
"k8s.io/kubernetes/pkg/scheduler/nodeinfo",

0 commit comments

Comments
 (0)