GO-2026-5373: Radius Controller May Delete a Container Resource via an Injected Deployment Annotation (Multi-Tenant Installs) in github.com/radius-project/radius
type RecipeParameter struct {
Name string `json:"name,omitempty"`
DefaultValue any `json:"defaultValue,omitempty"`
Type string `json:"type,omitempty"`
MaxValue string `json:"maxValue,omitempty"`
MinValue string `json:"minValue,omitempty"`
}