context
drunc.controller.interface.context
Classes
ControllerContext()
Bases: ShellContext
Source code in drunc/controller/interface/context.py
Methods:
get_endpoint_display_host_overrides()
Return display hostname overrides for status-table rendering.
Returns an empty dict because this context connects directly to a controller without a process manager, so no per-process hostname metadata is available.
Returns:
| Type | Description |
|---|---|
dict[str, str]
|
dict[str, str]: Mapping of {process_name: hostname}. Always empty for this context. |