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

Method Normalize

gitops-engine/pkg/diff/diff.go:66–66  ·  view source on GitHub ↗
(un *unstructured.Unstructured)

Source from the content-addressed store, hash-verified

64// Normalizer updates resource before comparing it
65type Normalizer interface {
66 Normalize(un *unstructured.Unstructured) error
67}
68
69// GetNoopNormalizer returns normalizer that does not apply any resource modifications

Callers 8

generateManifestHashFunction · 0.65
applyIgnoreDifferencesFunction · 0.65
GetDetailedProjectMethod · 0.65
prepareRepoListMethod · 0.65
NormalizeFunction · 0.65

Implementers 10

ApplicationSetTreepkg/apis/application/v1alpha1/applicat
Repositorypkg/apis/application/v1alpha1/reposito
ApplicationTreepkg/apis/application/v1alpha1/types.go
noopNormalizergitops-engine/pkg/diff/diff.go
testIgnoreDifferencesNormalizergitops-engine/pkg/diff/diff_test.go
resourceTrackingutil/argo/resource_tracking.go
composableNormalizerutil/argo/diff/normalize.go
ignoreNormalizerutil/argo/normalizers/diff_normalizer.
knownTypesNormalizerutil/argo/normalizers/knowntypes_norma
testNormalizerutil/lua/custom_actions_test.go

Calls

no outgoing calls

Tested by

no test coverage detected