recipe

package
v0.33.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EnvironmentRecipe

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 added in v0.28.0

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"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL