package
Version:
v0.35.0-rc1
Opens a new window with list of versions in this module.
Published: Jun 19, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type EnvironmentRecipe struct {
Name string `json:"name"`
ResourceType string `json:"resourceType"`
TemplateKind string `json:"templateKind"`
TemplatePath string `json:"templatePath"`
TemplateVersion string `json:"templateVersion"`
PlainHTTP bool `json:"plainHTTP"`
}
type RecipeParameter struct {
Name string `json:"name,omitempty"`
DefaultValue interface{} `json:"defaultValue,omitempty"`
Type string `json:"type,omitempty"`
MaxValue string `json:"maxValue,omitempty"`
MinValue string `json:"minValue,omitempty"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.