package
Version:
v0.7.3
Opens a new window with list of versions in this module.
Published: Nov 2, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
ImagesDirectory string `mapstructure:"images_directory"`
Contexts []Context `mapstructure:"contexts"`
CurrentContext string `mapstructure:"current_context"`
Verbose bool `mapstructure:"verbose"`
}
Override takes a reference and overrides it by prepending the registry from the current context
type Context struct {
Name string `mapstructure:"name"`
Registry string `mapstructure:"registry"`
User string `mapstructure:"user"`
Password string `mapstructure:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.