java icon indicating copy to clipboard operation
java copied to clipboard

Official Java client library for kubernetes

Results 196 java issues
Sort by recently updated
recently updated
newest added
trafficstars

We were using a pretty old version of Kubernetes client 11.0.2 and trying to upgrade to the latest version , when we were using the `patchNamespacedSecretCall` in `CoreV1Api` we observed...

lifecycle/stale

Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.25.3 to 4.26.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.protobuf:protobuf-java&package-manager=maven&previous-version=3.25.3&new-version=4.26.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

cncf-cla: yes
size/XS
dependencies
java

Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.25.3 to 4.26.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.protobuf:protobuf-java&package-manager=maven&previous-version=3.25.3&new-version=4.26.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

cncf-cla: yes
size/XS
dependencies
java

**Describe the bug** I am migrating from client version v19.0.0. When using AppsV1Api::patchNamespacedDeploymentCall, I get an error: ``` io.kubernetes.client.openapi.ApiException: Message: HTTP response code: 415 HTTP response body: { "kind": "Status",...

lifecycle/stale

`DefaultController` class can accept [functions](https://github.com/kubernetes-client/java/blob/7f957585fe8fba9278c2a103a9f97cf6d1acbb9b/extended/src/main/java/io/kubernetes/client/extended/controller/DefaultController.java#L54C37-L54C47) for pre-flight checks, those are run on startup and 100% private, including the method [isReady](https://github.com/kubernetes-client/java/blob/7f957585fe8fba9278c2a103a9f97cf6d1acbb9b/extended/src/main/java/io/kubernetes/client/extended/controller/DefaultController.java#L120). However, Controllers can end up in inconsistent states after being...

lifecycle/stale

**Describe the bug** [ControllerManager](https://github.com/kubernetes-client/java/blob/57a9c55fa48d25cfb2bc461c6fd97bce87ca4433/extended/src/main/java/io/kubernetes/client/extended/controller/ControllerManager.java#L68)/[DefaultController ](https://github.com/kubernetes-client/java/blob/57a9c55fa48d25cfb2bc461c6fd97bce87ca4433/extended/src/main/java/io/kubernetes/client/extended/controller/DefaultController.java#L142)do not throw/retry if any of controllers fails preFlightCheck. DefaultController silently exits run() func, ControllerManager doesn't do anything about it, doesn't re-try or throw also. There...

lifecycle/stale

cncf-cla: no
size/XS
lifecycle/rotten

maven version io.kubernetes client-java 18.0.0 Kubernetes Version: 1.26.1 Java Version: Java 8 code: ![image](https://github.com/kubernetes-client/java/assets/32416945/4ea71909-f7af-4363-993c-d1b79fe44b48) ![34EB9E27-80BB-43be-AB59-D5B3035FD468](https://github.com/kubernetes-client/java/assets/32416945/a3678080-97b3-44b1-b0d4-6fc15712d149) I can read the data I want, why would this problem still occur????

lifecycle/stale

**Describe the bug** When using the `Yaml.dump` method to serialize a K8S object (eg - `V1Pod`) several warnings related to CRD schema attributes are output from `snakeyaml`. The same issue...

good first issue

**Describe the bug** I created a job.batch and used Wait. pool() to monitor the running status of the pod created by my job. batch, when pod.status.phase is "Succeeded", save full...

lifecycle/stale