Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SelectorAnalyzer ¶
type SelectorAnalyzer struct{}
SelectorAnalyzer validates, per namespace, that: * sidecar resources that define a workload selector match at least one pod * there aren't multiple sidecar resources that select overlapping pods
func (*SelectorAnalyzer) Analyze ¶
func (a *SelectorAnalyzer) Analyze(c analysis.Context)
Analyze implements Analyzer
func (*SelectorAnalyzer) Metadata ¶
func (a *SelectorAnalyzer) Metadata() analysis.Metadata
Metadata implements Analyzer
Click to show internal directories.
Click to hide internal directories.