mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +00:00
Merge pull request #96713 from lixiaobing1/fixTypoUtilization
fix typos in type functionShapePoint
This commit is contained in:
commit
dfd3f0ffc3
4
pkg/scheduler/framework/plugins/noderesources/requested_to_capacity_ratio.go
Normal file → Executable file
4
pkg/scheduler/framework/plugins/noderesources/requested_to_capacity_ratio.go
Normal file → Executable file
@ -38,9 +38,9 @@ const (
|
|||||||
type functionShape []functionShapePoint
|
type functionShape []functionShapePoint
|
||||||
|
|
||||||
type functionShapePoint struct {
|
type functionShapePoint struct {
|
||||||
// Utilization is function argument.
|
// utilization is function argument.
|
||||||
utilization int64
|
utilization int64
|
||||||
// Score is function value.
|
// score is function value.
|
||||||
score int64
|
score int64
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user