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

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

GetAnnotations returns the merged annotations from Environment and Application KubernetesMetadata.
GetLabels merges cumulative label values from Environment, Application, Container and InputExt kubernetes metadata and returns a map of labels.
NewMockRenderer creates a new mock instance.

# Constants

DefaultPort represents the default port of HTTP endpoint.
DefaultSecurePort represents the default port of HTTPS endpoint.

# Structs

ApplicationOptions represents the options for the linked application resource.
EnvironmentOptions represents the options for the linked environment resource.
No description provided by the author
MockRenderer is a mock of Renderer interface.
MockRendererGetDependencyIDsCall wrap *gomock.Call.
MockRendererMockRecorder is the mock recorder for MockRenderer.
MockRendererRenderCall wrap *gomock.Call.
Represents a dependency of the resource currently being rendered.
No description provided by the author
No description provided by the author

# Interfaces

go:generate mockgen -typed -destination=./mock_renderer.go -package=renderers github.com/radius-project/radius/pkg/corerp/renderers Renderer.