SetUpPod is the method called after the infra container of the pod has been created but before the other containers of the pod are launched.
( namespace string, name string, podSandboxID config.ContainerID, annotations, options map[string]string, )
| 67 | // the pod has been created but before the other containers of the |
| 68 | // pod are launched. |
| 69 | SetUpPod( |
| 70 | namespace string, |
| 71 | name string, |
| 72 | podSandboxID config.ContainerID, |
no outgoing calls