Source: factory.core/extend.environment/ObjRunnerLxc.py
LXC / LXD runner.
| Method | Signature | Description |
|---|---|---|
| status | status(params: dict[str, Any]) -> dict[str, Any] |
|
| start | start(params: dict[str, Any]) -> dict[str, Any] |
|
| stop | stop(params: dict[str, Any]) -> dict[str, Any] |
|
| restart | restart(params: dict[str, Any]) -> dict[str, Any] |
|
| logs | logs(params: dict[str, Any]) -> dict[str, Any] |
|
| describe | describe(params: dict[str, Any]) -> dict[str, Any] |
|
| extra_actions | extra_actions() -> dict[str, Callable[[dict[str, Any]], dict[str, Any]]] |
|
| extra_help | extra_help() -> dict[str, str] |