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

# Functions

DeployWithProgress injects environment and application parameters into the template, displays progress updates while deploying, and logs the deployment results and public endpoints.
FindPublicEndpoints iterates through a list of resources and attempts to retrieve a public endpoint for each one, returning a list of public endpoints and an error if one occurs.
NewMockInterface creates a new mock instance.
NewProgressListener creates a new ProgressListener based on whether the output is a terminal or not, returning an InteractiveListener if it is a terminal and a NoOpListener if it is not.

# Structs

Entry
No description provided by the author
No description provided by the author
No description provided by the author
MockInterface is a mock of Interface interface.
MockInterfaceDeployWithProgressCall wrap *gomock.Call.
MockInterfaceMockRecorder is the mock recorder for MockInterface.
No description provided by the author
Options contains options to be used with DeployWithProgress.
No description provided by the author

# Interfaces

Interface is the interface for executing Bicep deployments in the CLI.
No description provided by the author