()
| 22 | // +k8s:deepcopy-gen=false |
| 23 | type Union interface { |
| 24 | discriminator() *string |
| 25 | |
| 26 | // Normalize allows normalizing the union, according to the following rules: |
| 27 | // - When only one field of the union is set and no discriminator is set, set the discriminator according to the union value. |
no outgoing calls
no test coverage detected