GetPod returns the pod from the cache with the same namespace and the same name of the specified pod.
(pod *v1.Pod)
| 84 | // GetPod returns the pod from the cache with the same namespace and the |
| 85 | // same name of the specified pod. |
| 86 | GetPod(pod *v1.Pod) (*v1.Pod, error) |
| 87 | |
| 88 | // IsAssumedPod returns true if the pod is assumed. |
| 89 | IsAssumedPod(pod *v1.Pod) (bool, error) |
no outgoing calls