java
java copied to clipboard
Official Java client library for kubernetes
I have added a function in Exec.ExecBuilder class which helps to set the Terminal size.
Hello Team, K8s 1.31 version got released on 13th Aug 2024 which is not mentioned under Compatibility Matrix of Kubernetes Java Client with K8s version. Please help me know when...
As discussed in #3489, I followed the instructions to regenerate the code of client-java-contrib cert-manager. It seems that nothing changed except timestamps and version numbers. I am not authorized the...
**Describe the bug** Unable to connect to kubernetes in a fips enabled environment. Seems very similar to this: https://github.com/fabric8io/kubernetes-client/pull/3867 So I dug around a bit and it seems ApiClient is...
**Describe the bug** The container `ghcr.io/kubernetes-client/java/crd-model-gen:v1.0.6` is 3 years old and makes use of a similarly aged KiND version, v0.11.1. Some security tools are flagging these old files as vulnerable....
I am trying to create a exec request using [this page](https://github.com/kubernetes-client/java/blob/master/examples/examples-release-latest/src/main/java/io/kubernetes/client/examples/ExecExample.java) as reference but sometimes when I am running the code I am getting this error- java.net.SocketException: Connection or outbound...
**Describe the bug** On https://github.com/kubernetes-client/java/pull/3175 PR, Adal was marked as Optional but when i am looking at [21.0.0-legacy](https://mvnrepository.com/artifact/io.kubernetes/client-java/21.0.0-legacy) on mvn repository, it does not show it as optional. I am...
Hi Team, **Client Version** 19.0.0 **Java Version** Java 17 Hi Team, My application works fine with the following Kubernetes versions: Client Version: v1.23.10 Server Version: v1.23.10 However, when using the...
**Describe the bug** I am watching kubernate secret in infine loop, in any change happened to secret, watch should trigger appropriate events like ADDED or MODIFIED or DELETED. but in...
https://github.com/kubernetes-client/java/wiki/4.-Development-and-Contributing is out of date , if i want to implement a new kubernetes version client ,how can i do ? need help