Documentation
¶
Overview ¶
Package start implements `kuke daemon start`, which brings up the existing kukeond cell on a host that has already been initialized. The command runs in-process — kukeond does not exist when this verb is invoked, so there is no daemon to route through.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewStartCmd ¶
NewStartCmd builds the `kuke daemon start` 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 runStart without a real controller.
Click to show internal directories.
Click to hide internal directories.