Searched refs:GetPodCgroupParent (Results 1 – 4 of 4) sorted by relevance
45 func (f *FakeRuntimeHelper) GetPodCgroupParent(pod *v1.Pod) string { func
52 GetPodCgroupParent(pod *v1.Pod) string methodSpec
159 cgroupParent := m.runtimeHelper.GetPodCgroupParent(pod)
460 func (kl *Kubelet) GetPodCgroupParent(pod *v1.Pod) string { func