Documentation ¶ Index ¶ func NewSource(sourceFile string) (configSource, error) type ChartsSource type Flags Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewSource ¶ func NewSource(sourceFile string) (configSource, error) Types ¶ type ChartsSource ¶ type ChartsSource struct { Charts map[string][]string ChartsByTagRegex map[string]string `yaml:"charts-by-tag-regex"` // Charts map charts name to regular expression with the charts' tags } type Flags ¶ type Flags struct { Dryrun bool InsecureSkipTLSverify bool PasswordFromStdinOpt bool AppendSource bool SourceFile string Registry string Scheme string Type string Namespace string Username string Password string CaFile string CertFile string KeyFile string AppendSuffix string } Source Files ¶ View all Source files flags.gosource.go Click to show internal directories. Click to hide internal directories.