package
Version:
v0.0.0-...-6898250
Opens a new window with list of versions in this module.
Published: Oct 29, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Labels map[string]string `json:"Labels"`
}
type EnvConfig struct {
UsePodLabels bool `yaml:"usePodLabels"`
EnvList []EnvList `yaml:"envList"`
}
type ImageMeta struct {
ImageSpec ImageSpec `json:"imageSpec"`
}
type ImageSpec struct {
Config Config `json:"config"`
}
type Selector struct {
Key string `yaml:"key"`
Value string `yaml:"value"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.