(un *unstructured.Unstructured)
| 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 |
no outgoing calls
no test coverage detected