mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
fix typos in type functionShapePoint
This commit is contained in:
parent
e64ebe0131
commit
8b351ac9d0
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 functionShapePoint struct {
|
||||
// Utilization is function argument.
|
||||
// utilization is function argument.
|
||||
utilization int64
|
||||
// Score is function value.
|
||||
// score is function value.
|
||||
score int64
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user