istio-java-api icon indicating copy to clipboard operation
istio-java-api copied to clipboard

Unrecognized field "name" (class me.snowdrop.istio.api.networking.v1alpha3.HTTPRoute)

Open RnkeZ opened this issue 6 years ago • 2 comments

Hi I'm trying to retrive a vritual service from Istio using your client.

What im using: Kubernetes version 1.15. Istio version 1.3.1. istio-java-api 1.1.0. kubernetes-client 4.2.2.

VirtualServiceList listVS = istioClient.virtualService().inNamespace("default").list();
		listVS.getItems().forEach((VirtualService vs) -> {
			System.out.println(vs);
		});

Error: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "name" (class me.snowdrop.istio.api.networking.v1alpha3.HTTPRoute), not marked as ignorable

Full error: log.txt.

RnkeZ avatar Nov 11 '19 15:11 RnkeZ

istio-java-api is not currently tested with Istio 1.3. I am working on releasing a new version soon.

metacosm avatar Nov 13 '19 13:11 metacosm

Are you still facing this issue?

metacosm avatar Jul 23 '20 09:07 metacosm