Discover Packages
github.com/choffmeister/kustomize-variable-injector
internal
package
Version:
v0.1.0-alpha.4
Opens a new window with list of versions in this module.
Published: Dec 15, 2021
License: BSD-3-Clause
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Config struct {
Prefix string `yaml:"prefix"`
Replacements []Replacement `yaml:"replacements"`
}
type Replacement struct {
Targets []Target `yaml:"targets"`
Variables map[string ]string `yaml:"variables"`
}
type Target struct {
Group string `yaml:"group"`
Version string `yaml:"version"`
Kind string `yaml:"kind"`
Name string `yaml:"name"`
Namespace string `yaml:"namespace"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.