Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EnvProvider ¶ added in v0.55.0
type EnvProvider struct {
// Provider is the type of the provider (e.g., "azure", "aws", "kubernetes")
Provider string
// Properties contains the provider details in a comma-separated key-value format
// e.g., "subscriptionId: 'sub-id', resourceGroupName: 'rg-name'" for azure provider"
Properties string
}
EnvProvider represents a provider and its properties for an environment.
type EnvRecipes ¶
type Runner ¶
type Runner struct {
ConfigHolder *framework.ConfigHolder
Output output.Interface
Workspace *workspaces.Workspace
EnvironmentName string
Format string
RadiusCoreClientFactory *corerpv20250801.ClientFactory
}
Runner is the runner implementation for the `rad env show` preview command.
Click to show internal directories.
Click to hide internal directories.