Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // ManagedLabelsAnnotation is name name of annotation which holds the managed labels ManagedLabelsAnnotation string `mapstructure:"managedLabelsAnnotation"` // ForbiddenLabelDomains holds the forbidden domain names, the labeler won't set matching labels ForbiddenLabelDomains []string `mapstructure:"forbiddenLabelDomains"` }
Click to show internal directories.
Click to hide internal directories.