mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-26 20:54:08 +00:00
@@ -59,7 +59,7 @@ type Manager interface {
|
||||
// whether the pod is found.
|
||||
GetPodByUID(types.UID) (*v1.Pod, bool)
|
||||
// GetPodByMirrorPod returns the static pod for the given mirror pod and
|
||||
// whether it was known to the pod manger.
|
||||
// whether it was known to the pod manager.
|
||||
GetPodByMirrorPod(*v1.Pod) (*v1.Pod, bool)
|
||||
// GetMirrorPodByPod returns the mirror pod for the given static pod and
|
||||
// whether it was known to the pod manager.
|
||||
|
Reference in New Issue
Block a user