mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Merge pull request #118165 from champly/master
kubelet: fix comment typo
This commit is contained in:
commit
a7b8357a55
@ -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