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

**Describe the bug** I am using informer to watch k8s events and I have deployed my service on client side. When there are some network failure happens on the client...

I'm trying to generate models for Cert-Manager CRD. I followed the documentation [here](https://github.com/kubernetes-client/java/blob/master/docs/generate-model-from-third-party-resources.md) I'm generating on local environment. These are some last few lines of logs before the process exits....

**Describe the bug** io.kubernetes.client-java:14.0.0 missing V1PodBuilder **Client Version** `14.0.0` **Kubernetes Version** `1.21` **Java Version** Java 8

lifecycle/rotten

**Describe the bug** It is a very common use case that the environment running your K8s automation is a server or system that requires programmatic access. For Azure and Azure...

**Describe the bug** A trivial example of copying a file larger than ~17MB to a pod using `Copy.copyFileToPod` breaks with: ``` Exception in thread "main" java.io.IOException: WebSocket has closed. at...

``` Error: Failures: Error: CopyTest.testCopyBinaryDataToPod:172 Expected at least one request matching: { "urlPath" : "/api/v1/namespaces/default/pods/apod/exec", "method" : "GET", "queryParameters" : { "stdin" : { "equalTo" : "true" }, "stdout" :...

lifecycle/rotten

I'm currently using the `ClientBuilder.defaultClient()` method to create an `ApiClient`. I like that it covers all the standard ways where configuration might be. But I also want to know the...

lifecycle/stale

``` Errors: Error: LeaderElectingControllerTest.testLeaderElectingController:112 » TestTimedOut t... Error: Tests run: 99, Failures: 0, Errors: 1, Skipped: 0 Error: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on project client-java-extended: There are test...

lifecycle/rotten

I am creating a deployment using deployment.yaml file below with version 15.0.1 (Current Latest) ``` apiVersion: apps/v1 kind: Deployment metadata: name: demoapp-sample spec: selector: matchLabels: app: demoapp-sample replicas: 1 template:...

lifecycle/stale

``` Error: ExecTest.testUrl:166 No requests exactly matched. Most similar request was: expected:< GET /api/v1/namespaces/default/pods/apod/exec?stdin=true&stdout=true&stderr=true&tty=false&container=container&command=cmd Query: stdin = false stdout: true Query: stderr = false container: container tty: false command: cmd...

lifecycle/frozen