mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-03 03:38:15 +00:00
remove unused const in test/integration
This commit is contained in:
@@ -43,9 +43,6 @@ import (
|
||||
const (
|
||||
pollInterval = 100 * time.Millisecond
|
||||
pollTimeout = 60 * time.Second
|
||||
|
||||
fakeImageName = "fake-name"
|
||||
fakeImage = "fakeimage"
|
||||
)
|
||||
|
||||
func labelMap() map[string]string {
|
||||
|
||||
Reference in New Issue
Block a user