Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( UnknownLabel = "Unknown" NegligibleLabel = "Negligible" LowLabel = "Low" MediumLabel = "Medium" HighLabel = "High" CriticalLabel = "Critical" Defcon1Label = "Defcon1" )
Functions ¶
func NewMultiNamespaceListerWatcher ¶
func NewMultiNamespaceListerWatcher(namespaces []string, f func(string) cache.ListerWatcher) cache.ListerWatcher
Types ¶
type Config ¶
type File ¶
type File struct {
SecurityLabeller Config `yaml:"securitylabeller"`
}
YAML configuration with all SecurityLabeller configuration under top-level "security-labeller" key
Click to show internal directories.
Click to hide internal directories.