Achilleas Tzenetopoulos лет назад: 5
Родитель
Сommit
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