Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AlwaysIgnoredAnnotations = map[string]bool{ annotation.SidecarStatus.Name: true, annotation.GatewayControllerVersion.Name: true, annotation.IoIstioRev.Name: true, }
Functions ¶
This section is empty.
Types ¶
type AlphaAnalyzer ¶
type AlphaAnalyzer struct{}
AlphaAnalyzer checks for alpha Istio annotations in K8s resources
func (*AlphaAnalyzer) Analyze ¶
func (fa *AlphaAnalyzer) Analyze(ctx analysis.Context)
Analyze implements analysis.Analyzer
func (*AlphaAnalyzer) Metadata ¶
func (*AlphaAnalyzer) Metadata() analysis.Metadata
Metadata implements analyzer.Analyzer
Click to show internal directories.
Click to hide internal directories.