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

Struct composableNormalizer

util/argo/diff/normalize.go:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56type composableNormalizer struct {
57 normalizers []diff.Normalizer
58}
59
60// Normalize performs resource normalization.
61func (n *composableNormalizer) Normalize(un *unstructured.Unstructured) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected