Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConfigCmd ¶
NewConfigCmd builds `kuke delete config <name>` (issue #644). It removes the daemon-stored document for a single named, scoped CellConfig. The config is identified by its name plus its binding scope (--realm/--space/--stack). A Config is never cell-scoped, so there is no --cell flag.
Deleting a Config does NOT delete the cell it materialized (that is `kuke delete cell`). When a live cell still carries the back-reference label to this config the command emits a one-line notice — never a refusal — pointing the operator at `kuke delete cell <name>`.
Types ¶
type MockControllerKey ¶
type MockControllerKey struct{}
MockControllerKey is used to inject a mock kukeonv1.Client via context in tests.
Click to show internal directories.
Click to hide internal directories.