snowdrop / istio-java-api

A Java API to generate Istio descriptors, inspired by Fabric8's kubernetes-model.
Apache License 2.0
112 stars 33 forks source link

Some enums have improperly named fields #96

Closed metacosm closed 4 years ago

metacosm commented 4 years ago

See for example: https://github.com/snowdrop/istio-java-api/blob/master/istio-model/src/main/java/me/snowdrop/istio/api/networking/v1beta1/ServerTLSSettingsProtocol.java#L34 which requires additional annotations for proper de-/serialization.