Achilleas Tzenetopoulos 5 年之前
父節點
當前提交
f9ba5eebf9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      kubernetes-v1.15.4/pkg/scheduler/algorithm/priorities/types.go

+ 1 - 1
kubernetes-v1.15.4/pkg/scheduler/algorithm/priorities/types.go

@@ -52,7 +52,7 @@ type PriorityFunction func(pod *v1.Pod, nodeNameToInfo map[string]*schedulernode
 type PriorityConfig struct {
 	Name string
 	// custom
-	isSocket bool
+	IsSocket bool
 	// custom
 	Map PriorityMapFunction
 	//CustomMap    CustomPriorityMapFunction