package
0.40.0
Repository: https://github.com/radius-project/radius.git
Documentation: pkg.go.dev

# Functions

AddApplicationNameFlag adds a flag to the given command that allows the user to specify an application name.
AddAWSAccountFlag adds a flag to the given command that allows the user to specify an AWS account ID.
AddAWSRegionFlag adds a flag to the given command that allows the user to specify the AWS region where resources will be deployed.
"AddAWSScopeFlags" adds flags to a Cobra command to set the AWS region and account ID, and marks them as required together, as well as mutually exclusive with the ClearEnvAWSFlag.
AddAzureResourceGroupFlag adds a flag to the given command that allows the user to specify the resource group where Azure resources will be deployed.
AddAzureScopeFlags adds flags to a command to specify an Azure subscription and resource group, and marks them as required together, as well as mutually exclusive with a flag to clear environment variables.
AddAzureSubscriptionFlag adds a flag to the given command that allows the user to specify an Azure subscription ID.
AddConfirmationFlag adds a flag to the given command that allows the user to confirm an action with a boolean value.
AddEnvironmentNameFlag adds a flag to the given command that allows the user to specify an environment name.
AddKubeContextFlagVar adds a flag to the given command that allows the user to specify a Kubernetes context to use.
AddNamespaceFlag adds a flag to the given command that allows the user to specify a Kubernetes namespace.
AddOutputFlag adds a flag to the given command that allows the user to specify the output format of the command's output.
AddParameterFlag adds a flag to the given command that allows the user to specify parameters for the deployment.
AddResourceGroupFlag adds a flag to the given command that allows the user to specify a Radius resource group name.
AddResourceTypeFlag adds a flag to the given command that allows the user to specify the type of the portable resource this recipe can be consumed by.
AddWorkspaceFlag adds a flag to the given command that allows the user to specify a workspace name.

# Constants

AWSAccountIdFlag provides aws accound id.
AWSRegionFlag provides aws region.
AzureResourceGroupFlag provides azure resource group.
AzureSubscriptionIdFlag provides azure subscription Id.
ClearEnvAWSFlag tells the command to clear aws scope on the environment it is configured.
ClearEnvAzureFlag tells the command to clear azure scope on the environment it is configured.