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

Need to check that all fields of classes with interfaces are taken into account #65

Open metacosm opened 5 years ago

metacosm commented 5 years ago

When updating Istio, it might happen that new fields are added to existing entities. If such an entity has interface fields, the corresponding entry needs to be updated in classes-with-interface-fields.yml accordingly. See #64 for example. We, therefore, need to automate the detection of such fields so that they can be properly added.