This repository has been archived by the owner on Mar 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Bug in Abort deserialization #64
Comments
I will take a look as soon as possible |
@hypnoce there is indeed a bug that should be addressed soon. Thank you for the report and the investigation! |
metacosm
added a commit
that referenced
this issue
May 10, 2019
This issue should be fixed now, I will release a new beta version. |
Thanks ! |
@hypnoce https://github.com/snowdrop/istio-java-api/releases/tag/1.1.0-Beta4 |
I'm using it to programmatically inject faults in a controlled way to simulate failure scenarios and validate the behavior of our services. I use it in conjunction with selenium to drive the application and the base k8s fabric8 client to retrieve logs and control lifecycle of pods. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
First, thanks for this library. It is a great help for us.
I was trying to register a virtual service using istio-client 1.1.0-Beta3 on istio 1.1.4.
I got the following error :
It seems there is a discrepency between https://github.com/snowdrop/istio-java-api/blob/master/istio-common/src/main/resources/classes-with-interface-fields.yml and the auto generated me.snowdrop.istio.api.networking.v1alpha3.Abort class :
Thanks !
The text was updated successfully, but these errors were encountered: