Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadViperConfiguration ¶
Reads flags from user and sets state accordingly
func SetupHelm ¶
func SetupHelm(charts *helm.ChartCollection, setters ...helm.Option) (helm.ChartCollection, error)
Add Helm repos to user's local helm configuration file, Optionupdate all existing repos and pulls charts
Types ¶
type ImportConfigSection ¶
type ImportConfigSection struct { Import struct { Enabled bool `yaml:"enabled"` Architecture *string `yaml:"architecture"` Copacetic struct { Enabled bool `yaml:"enabled"` IgnoreErrors bool `yaml:"ignoreErrors"` Buildkitd struct { Addr string `yaml:"addr"` CACertPath string `yaml:"CACertPath"` CertPath string `yaml:"certPath"` KeyPath string `yaml:"keyPath"` } `yaml:"buildkitd"` Trivy struct { Addr string `yaml:"addr"` Insecure bool `yaml:"insecure"` IgnoreUnfixed bool `yaml:"ignoreUnfixed"` } `yaml:"trivy"` Output struct { Tars struct { Clean bool `yaml:"clean"` Folder string `yaml:"folder"` } `yaml:"tars"` Reports struct { Clean bool `yaml:"clean"` Folder string `yaml:"folder"` } `yaml:"reports"` } `yaml:"output"` } `yaml:"copacetic"` Cosign struct { Enabled bool `yaml:"enabled"` KeyRef string `yaml:"keyRef"` KeyRefPass *string `yaml:"keyRefPass"` AllowHTTPRegistry bool `yaml:"allowHTTPRegistry"` AllowInsecure bool `yaml:"allowInsecure"` } `yaml:"cosign"` } `yaml:"import"` }
type ParserConfigSection ¶ added in v0.1.5
type ParserConfigSection struct {
UseCustomValues bool `yaml:"useCustomValues"`
}
Click to show internal directories.
Click to hide internal directories.