Normalizer updates resource before comparing it
| 63 | |
| 64 | // Normalizer updates resource before comparing it |
| 65 | type Normalizer interface { |
| 66 | Normalize(un *unstructured.Unstructured) error |
| 67 | } |
| 68 | |
| 69 | // GetNoopNormalizer returns normalizer that does not apply any resource modifications |
| 70 | func GetNoopNormalizer() Normalizer { |
no outgoing calls
no test coverage detected