Merge pull request #113102 from SataQiu/clean-scheduler-20221017

scheduler: remove unused constant DefaultBindTimeoutSeconds from VolumeBinding plugin
This commit is contained in:
Kubernetes Prow Robot 2022-10-17 06:59:18 -07:00 committed by GitHub
commit 64b98495ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,9 +38,6 @@ import (
)
const (
// DefaultBindTimeoutSeconds defines the default bind timeout in seconds
DefaultBindTimeoutSeconds = 600
stateKey framework.StateKey = Name
maxUtilization = 100