Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewVolumeCmd ¶
NewVolumeCmd builds `kuke delete volume <name>` (issue #1236). It removes the daemon-provisioned directory for a single named, scoped Volume. The volume is identified by its name plus its binding scope (--realm/--space/--stack). A Volume is never cell-scoped, so there is no --cell flag. There is no live-mount refusal gate in this step: the container-side mount kind that would reference a Volume lands in step 4 (#1016), where the delete gate against a live mount is exercised.
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.