From ba925a83931c781eb07a5d34fc300a3404f0765d Mon Sep 17 00:00:00 2001 From: SataQiu Date: Mon, 17 Oct 2022 17:25:59 +0800 Subject: [PATCH] scheduler: remove unused constant DefaultBindTimeoutSeconds from VolumeBinding plugin --- .../framework/plugins/volumebinding/volume_binding.go | 3 --- 1 file changed, 3 deletions(-) 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