java
java copied to clipboard
Official Java client library for kubernetes
See #3240
**Describe the bug** Using a cluster with authn via Teleport, it is not possible to interact with the cluster. This is working fine with `kubectl` and after testing with the...
**Describe the bug** When using a kubeconfig which defines a `tls-server-name` field different from the `server` field, the client fails to validate the cluster certificate. As a workaround, setting `insecure-skip-tls-verify:...
**Describe the bug** Example code to list all pods results in Java error in IntelliJ. **Client Version** 15.0.1 **Kubernetes Version** n/a **Java Version** Java 11 **To Reproduce** 1. Start a...
**Describe the bug** While calling DynamicKubernetesApi’s create method with data which contains invalid information like ``` "spec": { "image": 1, } ``` a `422` status code is returned as usual,...
**Describe the bug** It is possible that a service does not have any endpoint, for example, when the corresponding deployment was scaled to zero. In this case, the `EndpointSlice` API...
**Describe the bug** It appears you are using an archived version of adl4j which has a vulnerability: https://github.com/AzureAD/azure-activedirectory-library-for-java/issues/309 It seems you need to upgrade to this library: https://mvnrepository.com/artifact/com.nimbusds/oauth2-oidc-sdk The downstream...
IntelliJ IDEA:2022.3.1 JDK 11.0 MAVEN 3.8.7: io.kubernetes client-java 15.0.1 ------ I can't see the source code in client-java-api-15.0.1.jar.But I can see the source code in client-java-15.0.1.jar. For example:  ...
**Describe the bug** If the response received from calling GenericKubernetesApi.watch has `type` "ADDED", the KubernetesObject in `object` has only metadata. `raw` is empty (`null`). (The object's raw data *is* provided...
**Describe the bug** Project build with gradle, using org.springframework.boot and org.graalvm.buildtools.native. As dependency we have, among others: - io.kubernetes:client-java - io.kubernetes:client-java-extended - io.kubernetes:client-java-spring-aot-integration There are no problems with java build...