Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ValueOptions ¶
type ValueOptions struct { ValueFiles []string StringValues []string Values []string FileValues []string }
ValueOptions represents value loader options.
func (*ValueOptions) MergeValues ¶
func (opts *ValueOptions) MergeValues() (map[string]interface{}, error)
MergeValues merges values from files specified via -f/--values and directly via --set, --set-string, or --set-file, marshaling them to YAML
Click to show internal directories.
Click to hide internal directories.