Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Runner ¶
type Runner struct {
ConfigHolder *framework.ConfigHolder
Output output.Interface
InputPrompter prompt.Interface
ConnectionFactory connections.Factory
Workspace *workspaces.Workspace
RadiusCoreClientFactory *corerpv20250801.ClientFactory
Confirm bool
Force bool
ApplicationName string
}
Runner is the runner implementation for the preview `rad app delete` command.
func (*Runner) Run ¶
Run executes the preview delete command logic.
This discovers resources owned by the application using the management client's resource enumeration (ownership-based via properties.application), deletes them in parallel, then deletes the application via the Radius.Core preview API.
Click to show internal directories.
Click to hide internal directories.