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
commit db70c2a96a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
)

View File

@ -19,8 +19,6 @@ package apps
import (
"context"
"fmt"
"time"
appsv1 "k8s.io/api/apps/v1"
v1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
@ -34,8 +32,6 @@ import (
)
const (
interval = 10 * time.Second
timeout = 5 * time.Minute
rsName = "rs"
scaleNum = 2
)