MCPcopy
hub / github.com/argoproj/argo-cd / noopNormalizer

Struct noopNormalizer

gitops-engine/pkg/diff/diff.go:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58type noopNormalizer struct{}
59
60func (n *noopNormalizer) Normalize(_ *unstructured.Unstructured) error {
61 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected