mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 01:40:07 +00:00
Fix comment error of 'cpuManagerStateFileName'
This commit is contained in:
parent
7ba79c3183
commit
982d1778f8
@ -44,7 +44,7 @@ type runtimeService interface {
|
|||||||
|
|
||||||
type policyName string
|
type policyName string
|
||||||
|
|
||||||
// cpuManagerStateFileName is the name file name where cpu manager stores it's state
|
// cpuManagerStateFileName is the file name where cpu manager stores its state
|
||||||
const cpuManagerStateFileName = "cpu_manager_state"
|
const cpuManagerStateFileName = "cpu_manager_state"
|
||||||
|
|
||||||
// Manager interface provides methods for Kubelet to manage pod cpus.
|
// Manager interface provides methods for Kubelet to manage pod cpus.
|
||||||
|
Loading…
Reference in New Issue
Block a user