kubernetes-client
kubernetes-client copied to clipboard
Java client for Kubernetes & OpenShift
### Describe the bug `kubectl set-credentials` (v1.23.1) can generate an `exec` type user with `args: null` But when `io.fabric8.kubernetes.client.Config` parses that user info, the `null` args seems to confuse it,...
## Description Resolves #4224 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [X] Feature (non-breaking change which adds functionality) - [ ]...
### Describe the bug Dependabot has reported a few alerts on our internal go module tooling https://github.com/fabric8io/kubernetes-client/security/dependabot ### Fabric8 Kubernetes Client version SNAPSHOT ### Steps to reproduce n/a ### Expected...
### Is your enhancement related to a problem? Please describe Currently, the [`JettyHttpClient#sendAsync`](https://github.com/fabric8io/kubernetes-client/blob/27d1eafaa3f64088eb9d317aad3a5567f8586ab2/httpclient-jetty/src/main/java/io/fabric8/kubernetes/client/jetty/JettyHttpClient.java#L78-L96) method reads the response completely in-memory before completing the future, even for streaming return types (`Readable` or...
### Describe the bug Hi, I am currently using [v1CRDFromCustomResourceType](https://github.com/fabric8io/kubernetes-client/blob/master/kubernetes-client-api/src/main/java/io/fabric8/kubernetes/client/dsl/base/CustomResourceDefinitionContext.java#L83) to create a CRD using a class that has annotated names. I noticed that this method does not attach the...
### Is your enhancement related to a problem? Please describe _(duplicate of #2959)_ At the moment there is no way to auto generate a crd (with crd-gen tool) that contains...
## Description Fix #4267 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Feature (non-breaking change which adds functionality) - [...
### Describe the bug This is happening in my 4 Jenkins servers after upgrading Jenkins and AKS. `Af of sudden all Jenkins agent pods started giving Errors as below, Few...
### Is your enhancement related to a problem? Please describe no ### Describe the solution you'd like add it to istio's generators ### Describe alternatives you've considered _No response_ ###...
## Description Fix #4225 ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] Feature (non-breaking change which adds functionality) - [ ]...