Init initializes plugin stack.
(args *InitStackArgs)
| 29 | |
| 30 | // Init initializes plugin stack. |
| 31 | Init(args *InitStackArgs) error |
| 32 | |
| 33 | // PreInit handles prepare steps before initializing plugin stack. |
| 34 | // It may include joining namespace, mounting NIC, etc. |
no outgoing calls