TearDownPod is the method called before a pod's infra container will be deleted
(namespace string, name string, podSandboxID config.ContainerID)
| 75 | |
| 76 | // TearDownPod is the method called before a pod's infra container will be deleted |
| 77 | TearDownPod(namespace string, name string, podSandboxID config.ContainerID) error |
| 78 | |
| 79 | // GetPodNetworkStatus is the method called to obtain the ipv4 or ipv6 addresses of the container |
| 80 | GetPodNetworkStatus( |
no outgoing calls