Merge pull request #99348 from chymy/e2e-rck-unused

Remove unused code in test/e2e/{upgrades,storage,network}
This commit is contained in:
Kubernetes Prow Robot
2021-04-28 21:02:50 -07:00
committed by GitHub
2 changed files with 0 additions and 5 deletions

View File

@@ -43,7 +43,6 @@ var kubeProxyE2eImage = imageutils.GetE2EImage(imageutils.Agnhost)
var _ = common.SIGDescribe("KubeProxy", func() {
const (
testDaemonHTTPPort = 11301
testDaemonTCPPort = 11302
postFinTimeoutSeconds = 30
)