Start starts the NRI interface, allowing external NRI plugins to connect, register, and hook themselves into the lifecycle events of pods and containers.
()
| 41 | // connect, register, and hook themselves into the lifecycle events |
| 42 | // of pods and containers. |
| 43 | Start() error |
| 44 | |
| 45 | // Stop stops the NRI interface. |
| 46 | Stop() |
no outgoing calls