Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ComposeFileVariables ¶
type HelmValues ¶
type HelmValues struct {
Env []struct {
Name string `yaml:"name"`
Value string `yaml:"value"`
} `yaml:"env"`
Service struct {
Port int `yaml:"port"`
TargetPort int `yaml:"targetPort"`
} `yaml:"service"`
}
func (HelmValues) GetEnvironmentVariablesMap ¶
func (v HelmValues) GetEnvironmentVariablesMap() map[string]string
Click to show internal directories.
Click to hide internal directories.