kubernetes-client
kubernetes-client copied to clipboard
Java client for Kubernetes & OpenShift
### Describe the bug #### Description: When generating Java classes from CRDs using fabric8 Kubernetes client, there are issues with incorrect field types and missing fields in the generated classes....
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.32 to 1.18.34. Changelog Sourced from org.projectlombok:lombok's changelog. v1.18.34 (June 28th, 2024) PLATFORM: Added support for Eclipse 2024-06; you'd get some NoSuchMethodError traces in your logs if...
## Description Fix #6066 :construction: Requires #6088 to be merged first Add DSL entrypoint `getAPIVersions()` in Client interface ## Type of change - [ ] Bug fix (non-breaking change which...
## Description Related to #6066 Add [APIVersions](https://github.com/kubernetes/apimachinery/blob/65a3763a09c052972b3398cf85abd354bc09675f/pkg/apis/meta/v1/types.go#L1067) model type from Kubernetes APIMachinery ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [X] Feature...
### Is your task related to a problem? Please describe I bumped into this issue while writing tests for https://github.com/eclipse-jkube/jkube/issues/2663 where I use KubernetesMockServer via Helm CLI. Kubernetes APIServer provides...
### Describe the bug Hi, Getting the below error on fabric 8 client version 6.12.1 talog.environment.OCPClient","applicationName":"XXX","message":"KC error messages {401=Unauthorized! Configured service account doesn't have access. Service account may have been...
## Description Part of #5778 Starting from version 7.0.0, the Fabric8 Kubernetes Client will require at minimum Java 11 to work. ## Tasks - [ ] Bump Maven Compiler source...
## Description Investigate possible improvements to the way we generate code today. For example, a combination of Go type-inference plus OpenAPI processing would allow to include JavaDoc to the current...
### Describe the bug We use watches extensively and recently we have seen increase of incidents where the CRD client `watch(Watcher)` call never completes. While I suspect that the root...
### Is your enhancement related to a problem? Please describe I have a watch operation for a crd. I am currently trying to enable retry in watch so when action...