mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
remove unused const in test/integration
This commit is contained in:
parent
8211cabfb2
commit
7da5f2d3e6
@ -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