Files
kubernetes/pkg/kubelet
Yu-Ju Hong 0d0fb5f07b Kubelet: per-pod workers should avoid grabbing the pod array lock
Per-pod worker syncs the pod and container status, and write the pod status in
the pod status cache. Given that it already owns a copy of the pod, it can
bypass the additional pod lookup step completely. This change adds a new
generatePodStatusByPod() method to achieve this. In general, per-pod worker
should avoid accessing the internal pod array completely, as this would may
lead to high contention.

This change also changes the return type of GetPodByFullName to reflect the
name, and consolidates GetPodByFullName() and GetPodByName().
2015-03-19 18:25:41 -07:00
..
2014-12-01 12:30:43 -08:00
2014-06-28 22:16:26 -07:00
2015-03-19 10:42:01 -07:00
2015-03-19 10:40:10 +01:00
2015-03-16 14:07:58 -07:00