Marc Nuri
Marc Nuri
https://github.com/fabric8io/kubernetes-client/issues/2829#issuecomment-1197676790 Needs to be addressed. This issue is open in the interim while creating a proper issue to address what was agreed upon. https://github.com/fabric8io/kubernetes-client/issues/3816
> If I try to apply spotless, a lot of files (mostly untouched) would be changed. It seems that this check is not enforced on this sub project? Do I...
This also brings up another issue, not all generated files should implement KubernetesResource. Only those that actually represent a Kubernetes Resource (as in REST API resource).
Ohh, OK, yes this is based on the assumption that your origin/master branch is up-to-date. Spotless is diffing with that ref.
> @manusa do we have a ticket to review the `KubernetesResource` usage? (or maybe @shawkins is already on it?) I don't recall it, but I'm very tired right now, I...
Hi @ttbadr Unfortunately we don't have any AKS cluster to test this. Your code looks pretty standard and should work. Have you noticed if any other features are failing too?...
Some notes, especially regarding the Kubernetes Client 6.0 release. We start from a `KubernetesClient` instantiated by an `HttpClient.Factory`: ```java try (KubernetesClient client = new KubernetesClientBuilder().build()) { //.. // Or try...
~~Is there a way we can detect if there is more than one version of a CRD and then act accordingly (if > 1 version: no default storage, if only...
Unsupported in Karaf ``` 2021-11-24T16:03:48,909 | ERROR | features-3-thread-1 | ManagedKubernetesClient | 25 - io.fabric8.kubernetes-client - 5.11.0.SNAPSHOT | bundle io.fabric8.kubernetes-client:5.11.0.SNAPSHOT (25)[io.fabric8.kubernetes.client.osgi.ManagedKubernetesClient(1)] : Error during instantiation of the implementation object java.lang.reflect.InvocationTargetException:...
It seems that after the Karaf update (#3667) tests are finally passing in Java 17 :tada: