schema

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ComponentTypeSettings

type ComponentTypeSettings struct {
	Vars                   map[string]any    `yaml:"vars,omitempty" json:"vars,omitempty" mapstructure:"vars"`
	Envs                   map[string]string `yaml:"envs,omitempty" json:"envs,omitempty" mapstructure:"envs"`
	BackendType            string            `yaml:"backend_type,omitempty" json:"backend_type,omitempty" mapstructure:"backend_type"`
	Backend                map[string]any    `yaml:"backend,omitempty" json:"backend,omitempty" mapstructure:"backend"`
	RemoteStateBackendType string            `` /* 126-byte string literal not displayed */
	RemoteStateBackend     map[string]any    `yaml:"remote_state_backend,omitempty" json:"remote_state_backend,omitempty" mapstructure:"remote_state_backend"`
	Settings               map[string]any    `yaml:"settings,omitempty" json:"settings,omitempty" mapstructure:"settings"`
}

type ComponentsConfig

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

type StackConfig

type StackConfig struct {
	Vars                  map[string]any                   `yaml:"vars,omitempty" json:"vars,omitempty" mapstructure:"vars"`
	Envs                  map[string]string                `yaml:"env,omitempty" json:"env,omitempty" mapstructure:"env"`
	Settings              map[string]any                   `yaml:"settings,omitempty" json:"settings,omitempty" mapstructure:"settings"`
	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