()
| 54 | return normalizeUnion(union, componentVisitorType) |
| 55 | } |
| 56 | func (union *Component) Simplify() { |
| 57 | simplifyUnion(union, componentVisitorType) |
| 58 | } |
| 59 | |
| 60 | // +k8s:deepcopy-gen=false |
| 61 | type PluginComponentsOverrideVisitor struct { |
nothing calls this directly
no test coverage detected