Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelmRepoConfig ¶
type Project ¶
type Project struct {
Id string `validate:"required"`
Name string `validate:"required"`
Version string `validate:"required"`
HelmVersion string
K3sVersion string
ManagerFilename string `yaml:"managerFilename"`
HelmRepos []HelmRepoConfig `yaml:"helmRepos"`
Proxy []ProxyConfig `yaml:"proxy"`
ManifestServices []service.ManifestService `yaml:"manifestServices"`
HelmServices []service.HelmService `yaml:"helmServices"`
DockerfileServices []service.DockerfileService `yaml:"dockerfileServices"`
}
func (Project) GetServices ¶
type ProxyConfig ¶
Click to show internal directories.
Click to hide internal directories.