mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
scheduler: remove unused constant DefaultBindTimeoutSeconds from VolumeBinding plugin
This commit is contained in:
parent
cb16d50068
commit
ba925a8393
@ -38,9 +38,6 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// DefaultBindTimeoutSeconds defines the default bind timeout in seconds
|
|
||||||
DefaultBindTimeoutSeconds = 600
|
|
||||||
|
|
||||||
stateKey framework.StateKey = Name
|
stateKey framework.StateKey = Name
|
||||||
|
|
||||||
maxUtilization = 100
|
maxUtilization = 100
|
||||||
|
Loading…
Reference in New Issue
Block a user