From 8b351ac9d03c268c095feb2dd52859f437a996b0 Mon Sep 17 00:00:00 2001 From: lixiaobing1 Date: Thu, 19 Nov 2020 20:22:09 +0800 Subject: [PATCH] fix typos in type functionShapePoint --- .../plugins/noderesources/requested_to_capacity_ratio.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 pkg/scheduler/framework/plugins/noderesources/requested_to_capacity_ratio.go diff --git a/pkg/scheduler/framework/plugins/noderesources/requested_to_capacity_ratio.go b/pkg/scheduler/framework/plugins/noderesources/requested_to_capacity_ratio.go old mode 100644 new mode 100755 index 6dd2f3badf3..b19485c4ebb --- a/pkg/scheduler/framework/plugins/noderesources/requested_to_capacity_ratio.go +++ b/pkg/scheduler/framework/plugins/noderesources/requested_to_capacity_ratio.go @@ -38,9 +38,9 @@ const ( type functionShape []functionShapePoint type functionShapePoint struct { - // Utilization is function argument. + // utilization is function argument. utilization int64 - // Score is function value. + // score is function value. score int64 }