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