mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Merge pull request #78155 from qingsenLi/k8s-190521
remove unused const in test/integration
This commit is contained in:
commit
6ab483b6fb
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user