kubernetes-client
                                
                                 kubernetes-client copied to clipboard
                                
                                    kubernetes-client copied to clipboard
                            
                            
                            
                        Java client for Kubernetes & OpenShift
### Is your enhancement related to a problem? Please describe There are a number of JSON schema properties that we are not able to represent with the code-first approach. Several...
### Is your task related to a problem? Please describe Jetty 11 has not been actively supported since 2023 ### Describe the solution you'd like Upgrade to Jetty 12 ###...
### Describe the bug When performing a server-side-apply patch of a deployment which contains a container that has duplicate environment variables with the same name, the api server returns status...
## Description ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [X] Feature (non-breaking change which adds functionality) - [ ] Breaking change...
## Description Cleanup CRD generator tests to current code style, e.g. * use AssertJ * use `final var` for local variables * use `List.of()` and `Map.of()` for empty and singleton...
## Description - Tests take a long time: `provide link of CI build with concrete figure` - Identify those tests which take a long time - [x] WatchTest (94s) #2428...