const containerDeletorBufferLimit …
type containerStatusbyCreatedList …
type podContainerDeletor …
func (a containerStatusbyCreatedList) Len() int { … }
func (a containerStatusbyCreatedList) Swap(i, j int) { … }
func (a containerStatusbyCreatedList) Less(i, j int) bool { … }
func newPodContainerDeletor(runtime kubecontainer.Runtime, containersToKeep int) *podContainerDeletor { … }
func getContainersToDeleteInPod(filterContainerID string, podStatus *kubecontainer.PodStatus, containersToKeep int) containerStatusbyCreatedList { … }
func (p *podContainerDeletor) deleteContainersInPod(filterContainerID string, podStatus *kubecontainer.PodStatus, removeAll bool) { … }