| 54 | } |
| 55 | |
| 56 | type composableNormalizer struct { |
| 57 | normalizers []diff.Normalizer |
| 58 | } |
| 59 | |
| 60 | // Normalize performs resource normalization. |
| 61 | func (n *composableNormalizer) Normalize(un *unstructured.Unstructured) error { |
nothing calls this directly
no outgoing calls
no test coverage detected