testIgnoreDifferencesNormalizer implements a simple normalizer that removes specified fields
| 1446 | |
| 1447 | // testIgnoreDifferencesNormalizer implements a simple normalizer that removes specified fields |
| 1448 | type testIgnoreDifferencesNormalizer struct { |
| 1449 | fieldsToRemove [][]string |
| 1450 | } |
| 1451 | |
| 1452 | func (n *testIgnoreDifferencesNormalizer) Normalize(un *unstructured.Unstructured) error { |
| 1453 | if un == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected