Versions in this module Expand all Collapse all v0 v0.1.0 Jun 22, 2020 Changes in this version + type PodManager interface + AddPod func(pod *corev1.Pod) + DeletePod func(pod *corev1.Pod) + DeletePodByName func(namespace string, name string) + GetAllPods func() (ret []*corev1.Pod) + GetPodByName func(namespace string, name string) (*corev1.Pod, bool) + GetPodByUID func(uid types.UID) (*corev1.Pod, bool) + func New() PodManager