Documentation
¶
Overview ¶
Package config implements `kuke create config <name> --from-blueprint <bp>` (issue #817, child of the #814 epic:create umbrella). A CellConfig is always derived from a CellBlueprint, so the subcommand reads the referenced Blueprint from the daemon, introspects its declared scalar parameters and structural repo/secret slots, and emits a starter Config YAML to stdout that the operator fills and pipes to `kuke apply -f -`. Nothing is written to the daemon — this is a scaffolding affordance, not a parallel write path.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConfigCmd ¶
NewConfigCmd builds `kuke create config <name> --from-blueprint <bp>`. The flag is required: a Config without a Blueprint reference is meaningless.
Types ¶
type MockControllerKey ¶
type MockControllerKey struct{}
MockControllerKey is used to inject a mock kukeonv1.Client via context in tests.