diff --git a/pkg/scheduler/framework/plugins/volumebinding/volume_binding.go b/pkg/scheduler/framework/plugins/volumebinding/volume_binding.go index 9cbe204e75a..3983064cb72 100644 --- a/pkg/scheduler/framework/plugins/volumebinding/volume_binding.go +++ b/pkg/scheduler/framework/plugins/volumebinding/volume_binding.go @@ -38,9 +38,6 @@ import ( ) const ( - // DefaultBindTimeoutSeconds defines the default bind timeout in seconds - DefaultBindTimeoutSeconds = 600 - stateKey framework.StateKey = Name maxUtilization = 100