Merge pull request #78390 from bclau/test-images/centralize-images-to-agnhost-part-2

Centralizes images into agnhost (part 2)
This commit is contained in:
Kubernetes Prow Robot
2019-06-14 02:51:04 -07:00
committed by GitHub
55 changed files with 380 additions and 565 deletions

View File

@@ -66,7 +66,7 @@ go_library(
"//test/e2e/framework/providers/gce:go_default_library",
"//test/e2e/framework/ssh:go_default_library",
"//test/e2e/network/scale:go_default_library",
"//test/images/net/nat:go_default_library",
"//test/images/agnhost/net/nat:go_default_library",
"//test/utils:go_default_library",
"//test/utils/image:go_default_library",
"//vendor/github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud:go_default_library",

View File

@@ -30,7 +30,7 @@ import (
"k8s.io/kubernetes/test/e2e/framework"
e2elog "k8s.io/kubernetes/test/e2e/framework/log"
e2essh "k8s.io/kubernetes/test/e2e/framework/ssh"
"k8s.io/kubernetes/test/images/net/nat"
"k8s.io/kubernetes/test/images/agnhost/net/nat"
imageutils "k8s.io/kubernetes/test/utils/image"
"github.com/onsi/ginkgo"