java
java copied to clipboard
Official Java client library for kubernetes
**Describe the bug** The doc string for the LeaderElector's `run()` method state: ``` stopLeadingHook called when a LeaderElector client stops leading ``` However, `stopLeadingHook` is called both when the client...
**Describe the bug** I get an error status with message `invalid object type: networking.k8s.io/v1, Kind=NetworkPolicy` when calling `Kubectl.apply` from `io.kubernetes.client.extended.kubectl` on a V1NetworkPolicy object loaded from YAML. This specifically happens...
Looking at this dependency: https://mvnrepository.com/artifact/io.kubernetes/client-java/24.0.0 The transitive dependency list shows a dependency on V1 of the AWS SDK, V2 has been out for a long time and amazon have set...
Local variables `list` and `items` will retain the list of objects returned in the initial list in the heap while the `Thread` that is running `run` is alive. Leading to...
Bumps [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit-framework) from 5.11.4 to 5.13.2. Release notes Sourced from org.junit.vintage:junit-vintage-engine's releases. JUnit 5.13.2 = Platform 1.13.2 + Jupiter 5.13.2 + Vintage 5.13.2 See Release Notes. Full Changelog: https://github.com/junit-team/junit-framework/compare/r5.13.1...r5.13.2 JUnit...
**Describe the bug** We are trying to get the list of APIGROUPS using client java but we are not able to achieve it . Earlier we are using fabric8 client...
**Describe the bug** updated ca.crt/token are not considered by the java k8s client and errors out **java.util.concurrent.ExecutionException: io.kubernetes.client.openapi.ApiException: javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed** **Client Version** 17.0.2...
Hello, I have written a large number of test cases on my end, but none of them were able to successfully roll back using Kubernetes Java JDK. I hope that...
java.net.ProtocolException: Expected HTTP 101 response but was '500 Internal Server Error' I am trying to execute a script in each pod of my namespace. ``` public void checkPods() { try...
**Describe the bug** APIdeleteNamespacedServiceRequest#execute returns V1Service. Actually server response with V1Status (in terms of lib api). So client response handler code fails on parsing Status json to V1Service dto: ```...