MCPcopy Create free account
hub / github.com/VictoriaMetrics/operator / diffDeep

Function diffDeep

internal/controller/operator/factory/reconcile/diff.go:117–119  ·  view source on GitHub ↗
(desired, current any, root string)

Source from the content-addressed store, hash-verified

115}
116
117func diffDeep(desired, current any, root string) map[string]fieldDiff {
118 return diffDeepInternal(desired, current, false, root)
119}
120
121func diffDeepDerivative(desired, current any, root string) map[string]fieldDiff {
122 return diffDeepInternal(desired, current, true, root)

Callers 9

VLClusterFunction · 0.85
VMSingleFunction · 0.85
VLAgentFunction · 0.85
VMClusterFunction · 0.85
VMAgentFunction · 0.85
VLSingleFunction · 0.85
VMAuthFunction · 0.85
SecretFunction · 0.85

Calls 1

diffDeepInternalFunction · 0.85

Tested by

no test coverage detected