MCPcopy
hub / github.com/koderover/zadig / DeploymentAnalyzer

Struct DeploymentAnalyzer

pkg/tool/analysis/deployment.go:29–30  ·  view source on GitHub ↗

DeploymentAnalyzer is an analyzer that checks for misconfigured Deployments

Source from the content-addressed store, hash-verified

27
28// DeploymentAnalyzer is an analyzer that checks for misconfigured Deployments
29type DeploymentAnalyzer struct {
30}
31
32// Analyze scans all namespaces for Deployments with misconfigurations
33func (d DeploymentAnalyzer) Analyze(a Analyzer) ([]Result, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected