kubernetes-client
                                
                                 kubernetes-client copied to clipboard
                                
                                    kubernetes-client copied to clipboard
                            
                            
                            
                        Java client for Kubernetes & OpenShift
### Describe the bug Deadlock seems to happen when a jenkins kubernetes agent is trying to be created but it cannot due to some error. In this case having wrongly...
### Is your enhancement related to a problem? Please describe At the moment the CRDGenerator does not support Meta-Annotations / Combined-Annotations. ### Describe the solution you'd like A user of...
## Description ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [x] Feature (non-breaking change which adds functionality) - [ ] Breaking change...
Bumps `sundrio.version` from 0.103.1 to 0.200.0. Updates `io.sundr:builder-annotations` from 0.103.1 to 0.200.0 Updates `io.sundr:transform-annotations` from 0.103.1 to 0.200.0 Updates `io.sundr:sundr-codegen-velocity-nodeps` from 0.103.1 to 0.200.0 Updates `io.sundr:sundr-maven-plugin` from 0.103.1 to 0.200.0...
The v2 generator will need to be parallized at the clazz level. There will need to be a ResolvingContext instance for each usage - the SchemaGenerator isn't thread-safe. But they...
### Is your enhancement related to a problem? Please describe As of gateway-api v0.6.0, GatewayClass, Gateway, and HTTPRoute resources on v1alpha2 are deprecated for removal: https://github.com/kubernetes-sigs/gateway-api/pull/1405 ### Describe the solution...
## Description Because the CRD-Generator annotation processor [is now deprecated](https://github.com/fabric8io/kubernetes-client/issues/6673), we need a replacement. (see https://github.com/fabric8io/kubernetes-client/discussions/5942) A CRD-Generator Gradle plugin could search for a top-level annotation (or interface) and generate...
The v1 output should sort the required list. Also the v1 handling for JsonFormat shape needs to leave the type as string in most cases. v2 will use set the...
We should expose CRDGenerator methods for providing the ObjectMapper / KuberentesSerialization and also a simple main method.
### Is your task related to a problem? Please describe We should deprecate the v1beta1 crd generator in 6.x, so that it can be removed in 7.x ### Describe the...