mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 12:41:58 +00:00
Merge pull request #74287 from qingsenLi/k8s190220-delete-const
delete some unused const in test/e2e_node
This commit is contained in:
@@ -50,7 +50,6 @@ const (
|
|||||||
postTestConditionMonitoringPeriod = 1 * time.Minute
|
postTestConditionMonitoringPeriod = 1 * time.Minute
|
||||||
evictionPollInterval = 2 * time.Second
|
evictionPollInterval = 2 * time.Second
|
||||||
pressureDissapearTimeout = 1 * time.Minute
|
pressureDissapearTimeout = 1 * time.Minute
|
||||||
longPodDeletionTimeout = 10 * time.Minute
|
|
||||||
// pressure conditions often surface after evictions because the kubelet only updates
|
// pressure conditions often surface after evictions because the kubelet only updates
|
||||||
// node conditions periodically.
|
// node conditions periodically.
|
||||||
// we wait this period after evictions to make sure that we wait out this delay
|
// we wait this period after evictions to make sure that we wait out this delay
|
||||||
|
@@ -38,8 +38,6 @@ const (
|
|||||||
maxPerPodContainer = 1
|
maxPerPodContainer = 1
|
||||||
maxTotalContainers = -1
|
maxTotalContainers = -1
|
||||||
|
|
||||||
defaultRuntimeRequestTimeoutDuration = 1 * time.Minute
|
|
||||||
defaultImagePullProgressDeadline = 1 * time.Minute
|
|
||||||
garbageCollectDuration = 3 * time.Minute
|
garbageCollectDuration = 3 * time.Minute
|
||||||
setupDuration = 10 * time.Minute
|
setupDuration = 10 * time.Minute
|
||||||
runtimePollInterval = 10 * time.Second
|
runtimePollInterval = 10 * time.Second
|
||||||
|
Reference in New Issue
Block a user