diff --git a/pkg/controller/volume/attachdetach/reconciler/reconciler_test.go b/pkg/controller/volume/attachdetach/reconciler/reconciler_test.go index 84ffaf49d13..76bdf4fda40 100644 --- a/pkg/controller/volume/attachdetach/reconciler/reconciler_test.go +++ b/pkg/controller/volume/attachdetach/reconciler/reconciler_test.go @@ -39,7 +39,6 @@ const ( reconcilerLoopPeriod time.Duration = 0 * time.Millisecond syncLoopPeriod time.Duration = 100 * time.Minute maxWaitForUnmountDuration time.Duration = 50 * time.Millisecond - resyncPeriod time.Duration = 5 * time.Minute ) // Calls Run() diff --git a/pkg/scheduler/framework/plugins/noderesources/requested_to_capacity_ratio.go b/pkg/scheduler/framework/plugins/noderesources/requested_to_capacity_ratio.go index 1bcae513931..27ff11beed1 100755 --- a/pkg/scheduler/framework/plugins/noderesources/requested_to_capacity_ratio.go +++ b/pkg/scheduler/framework/plugins/noderesources/requested_to_capacity_ratio.go @@ -31,7 +31,6 @@ import ( const ( // RequestedToCapacityRatioName is the name of this plugin. RequestedToCapacityRatioName = "RequestedToCapacityRatio" - minUtilization = 0 maxUtilization = 100 )