You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but ,When I try to list virtualService ,something is wrong ;
The code :
istioClient.v1alpha3VirtualService().list(listOptions);
The Exception :
Exception in thread "main" java.lang.NoSuchMethodError: okhttp3.HttpUrl.get(Ljava/lang/String;)Lokhttp3/HttpUrl;
at io.fabric8.kubernetes.client.dsl.base.BaseOperation.fetchListUrl(BaseOperation.java:174)
at io.fabric8.kubernetes.client.dsl.base.BaseOperation.list(BaseOperation.java:677)
at io.fabric8.kubernetes.client.dsl.base.BaseOperation.list(BaseOperation.java:85)
When I looked at the source code, I found that the version in the POM was inconsistent with the decompiled source code
The version I'm using is
but ,When I try to list virtualService ,something is wrong ;
The code :
istioClient.v1alpha3VirtualService().list(listOptions);
The Exception :
Exception in thread "main" java.lang.NoSuchMethodError: okhttp3.HttpUrl.get(Ljava/lang/String;)Lokhttp3/HttpUrl;
at io.fabric8.kubernetes.client.dsl.base.BaseOperation.fetchListUrl(BaseOperation.java:174)
at io.fabric8.kubernetes.client.dsl.base.BaseOperation.list(BaseOperation.java:677)
at io.fabric8.kubernetes.client.dsl.base.BaseOperation.list(BaseOperation.java:85)
When I looked at the source code, I found that the version in the POM was inconsistent with the decompiled source code