skupperproject / skupper

Skupper is an implementation of a Virtual Application Network, enabling rich hybrid cloud communication.
http://skupper.io
Apache License 2.0
595 stars 74 forks source link

Fixes #1717 - Change the syntax of the 'oneOf' clause #1756

Closed ted-ross closed 3 weeks ago

ted-ross commented 3 weeks ago

This change matches the syntax of the 'oneOf' clause (for validation) to the syntax that is returned when you use the kubectl get crd connectors.skupper.io -o yaml command.

Even though the two syntaxes are semantically equivalent (I believe), kubectl apply -f detects a mismatch and will patch the CRD with no effect.