Home
last modified time | relevance | path

Searched refs:cpuHardcapping (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/cm/
H A Dcontainer_manager_linux_test.go64 assert.True(t, f.cpuHardcapping, "cpu hardcapping is expected to be enabled")
66 assert.False(t, f.cpuHardcapping, "cpu hardcapping is expected to be disabled")
166 assert.True(t, f.cpuHardcapping, "cpu hardcapping is expected to be enabled")
H A Dcontainer_manager_linux.go152 cpuHardcapping bool member
175 f.cpuHardcapping = true
208 f.cpuHardcapping = true
470 if !f.cpuHardcapping {