ListContainers lists all containers in this namespace.
()
| 38 | |
| 39 | // ListContainers lists all containers in this namespace. |
| 40 | ListContainers() []Container |
| 41 | |
| 42 | // GetPodSandbox returns the pod for the given ID. |
| 43 | GetPodSandbox(string) (PodSandbox, bool) |
no outgoing calls