schema

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2022 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 ComponentConfig

type ComponentConfig struct {
	Vars      map[string]any `yaml:"vars,omitempty" json:"vars,omitempty" mapstructure:"vars"`
	Component string         `yaml:"component,omitempty" json:"component,omitempty" mapstructure:"component"`
}

type ComponentTypeSettings

type ComponentTypeSettings struct {
	Vars map[string]any `yaml:"vars,omitempty" json:"vars,omitempty" mapstructure:"vars"`
}

type ComponentsConfig

type ComponentsConfig struct {
	Types map[string]map[string]ComponentConfig `yaml:",inline" json:",inline" mapstructure:",remain"`
}

type StackConfig

type StackConfig struct {
	Vars                  map[string]any                   `yaml:"vars,omitempty" json:"vars,omitempty" mapstructure:"vars"`
	KubeConfigProvider    string                           `yaml:"kube_config_provider,omitempty" json:"kube_config_provider,omitempty" mapstructure:"kube_config_provider"`
	Components            ComponentsConfig                 `yaml:"components,omitempty" json:"components,omitempty" mapstructure:"components"`
	ComponentTypeSettings map[string]ComponentTypeSettings `yaml:",inline" json:",inline" mapstructure:",remain"`
}

Jump to

Keyboard shortcuts

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