INNER CODE UNIT · Go
func
roboll/helmfile · main.go:770
func (c configImpl) Set() []string {
return c.c.StringSlice("set")
}
func (c configImpl) SkipRepos() bool {
return c.c.Bool("skip-repos")
}
func (c configImpl) Wait() bool {
return c.c.Bool("wait")
}
func (c configImpl) WaitForJobs() bool {
return c.c.Bool("wait-for-jobs")
}
func (c configImpl) Values() []string {
return c.c.StringSlice("values")