package
Version:
v1.3.0-dev-20231208
Opens a new window with list of versions in this module.
Published: Dec 8, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 31
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Image struct {
Repository string `mapstructure:"repository"`
Tag string `mapstructure:"tag"`
}
type Values struct {
Images map[string]Image `mapstructure:"images"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.