Merge pull request #99293 from chymy/e2e-kubectl

Remove unused field in test/e2e/kubectl/kubectl.go
This commit is contained in:
Kubernetes Prow Robot 2021-03-04 18:34:41 -08:00 committed by GitHub
commit 48f1b8fb28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,6 @@ const (
httpdDeployment1Filename = "httpd-deployment1.yaml.in"
httpdDeployment2Filename = "httpd-deployment2.yaml.in"
httpdDeployment3Filename = "httpd-deployment3.yaml.in"
httpdRCFilename = "httpd-rc.yaml.in"
metaPattern = `"kind":"%s","apiVersion":"%s/%s","metadata":{"name":"%s"}`
)
@ -112,12 +111,7 @@ var (
agnhostImage = imageutils.GetE2EImage(imageutils.Agnhost)
)
var (
proxyRegexp = regexp.MustCompile("Starting to serve on 127.0.0.1:([0-9]+)")
cronJobGroupVersionResourceAlpha = schema.GroupVersionResource{Group: "batch", Version: "v2alpha1", Resource: "cronjobs"}
cronJobGroupVersionResourceBeta = schema.GroupVersionResource{Group: "batch", Version: "v1beta1", Resource: "cronjobs"}
)
var proxyRegexp = regexp.MustCompile("Starting to serve on 127.0.0.1:([0-9]+)")
var schemaFoo = []byte(`description: Foo CRD for Testing
type: object