mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-22 01:56:16 +00:00
kubelet: fix comment typo
This commit is contained in:
parent
1dba84be8a
commit
72f89b6375
@ -190,7 +190,7 @@ func parsePercentage(v string) (int64, error) {
|
||||
return percentage, nil
|
||||
}
|
||||
|
||||
// ParseQOSReserved parses the --qos-reserve-requests option
|
||||
// ParseQOSReserved parses the --qos-reserved option
|
||||
func ParseQOSReserved(m map[string]string) (*map[v1.ResourceName]int64, error) {
|
||||
reservations := make(map[v1.ResourceName]int64)
|
||||
for k, v := range m {
|
||||
|
Loading…
Reference in New Issue
Block a user