Merge pull request #78155 from qingsenLi/k8s-190521

remove unused const in test/integration
This commit is contained in:
Kubernetes Prow Robot 2019-05-22 04:01:05 -07:00 committed by GitHub
commit 6ab483b6fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,9 +43,6 @@ import (
const (
pollInterval = 100 * time.Millisecond
pollTimeout = 60 * time.Second
fakeImageName = "fake-name"
fakeImage = "fakeimage"
)
func labelMap() map[string]string {