import "istio.io/istio/galley/pkg/config/analysis/analyzers/injection"
injection-image.go injection.go
We assume that enablement is via an istio-injection=enabled or istio.io/rev namespace label In theory, there can be alternatives using Mutatingwebhookconfiguration, but they're very uncommon See https://istio.io/docs/ops/troubleshooting/injection/ for more info.
GetIstioProxyImage retrieves the proxy image name defined in the sidecar injector configuration.
type Analyzer struct{}
Analyzer checks conditions related to Istio sidecar injection.
Analyze implements Analyzer
Metadata implements Analyzer
type ImageAnalyzer struct{}
ImageAnalyzer checks the image of auto-injection configured with the running proxies on pods.
func (a *ImageAnalyzer) Analyze(c analysis.Context)
Analyze implements Analyzer.
func (a *ImageAnalyzer) Metadata() analysis.Metadata
Metadata implements Analyzer.
Package injection imports 12 packages (graph) and is imported by 3 packages. Updated 2020-10-30. Refresh now. Tools for package owners.