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

View File

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