Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

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

Open
RnkeZ opened this issue Nov 11, 2019 · 2 comments

Comments

@RnkeZ
Copy link

RnkeZ commented Nov 11, 2019

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.

@metacosm
Copy link
Member

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

@metacosm
Copy link
Member

Are you still facing this issue?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants