mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Merge pull request #99351 from CaoDonghui123/fixissues3
Remove deadcode
This commit is contained in:
commit
8feec9bf94
@ -39,7 +39,6 @@ const (
|
|||||||
reconcilerLoopPeriod time.Duration = 0 * time.Millisecond
|
reconcilerLoopPeriod time.Duration = 0 * time.Millisecond
|
||||||
syncLoopPeriod time.Duration = 100 * time.Minute
|
syncLoopPeriod time.Duration = 100 * time.Minute
|
||||||
maxWaitForUnmountDuration time.Duration = 50 * time.Millisecond
|
maxWaitForUnmountDuration time.Duration = 50 * time.Millisecond
|
||||||
resyncPeriod time.Duration = 5 * time.Minute
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// Calls Run()
|
// Calls Run()
|
||||||
|
@ -31,7 +31,6 @@ import (
|
|||||||
const (
|
const (
|
||||||
// RequestedToCapacityRatioName is the name of this plugin.
|
// RequestedToCapacityRatioName is the name of this plugin.
|
||||||
RequestedToCapacityRatioName = "RequestedToCapacityRatio"
|
RequestedToCapacityRatioName = "RequestedToCapacityRatio"
|
||||||
minUtilization = 0
|
|
||||||
maxUtilization = 100
|
maxUtilization = 100
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user