Documentation
¶
Overview ¶
Package kill implements `kuke daemon kill`, the immediate-SIGKILL escape hatch for the kukeond cell. The command runs in-process — kukeond cannot relay its own teardown — and skips the SIGTERM grace path entirely.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewKillCmd ¶
NewKillCmd builds the `kuke daemon kill` cobra command.
Types ¶
type MockClientKey ¶
type MockClientKey struct{}
MockClientKey injects a kukeonv1.Client (typically a fake) via the command context so unit tests can exercise runKill without a real controller.
Click to show internal directories.
Click to hide internal directories.