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 I couldn't find any notes on previously made decissions regarding the CRDGenerator. I had to read a lot issues and...
### Describe the bug Hello, I'm using the Fabric8 Kubernetes Client (version 6.12.0) to automatically generate Java classes from a CRD. The generation process successfully creates the individual resource class...
### Is your enhancement related to a problem? Please describe At the moment there is no easy way to configure conversion webhooks for the generated CRDs: https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning/#configure-customresourcedefinition-to-use-conversion-webhooks ### Describe the...
### Description Issue to track the required tasks to release Fabric8 Kubernetes Client 6.13.0. - [ ] https://github.com/fabric8io/kubernetes-client/milestone/73 - [ ] Prepare release - [ ] Quarkus Version Bump -...
### Is your enhancement related to a problem? Please describe At the moment the CRDGenerator does not support some schema properties like `format`, `example`, `externalDocs` (see #5859). ### Describe the...
### Is your enhancement related to a problem? Please describe At the moment the CRDGenerator does not support exclusiveMinimum/exclusiveMaximum (boolean): https://kubernetes.io/docs/reference/kubernetes-api/extend-resources/custom-resource-definition-v1/#JSONSchemaProps **exclusiveMaximum** [5.1.2.1.](https://json-schema.org/draft-04/draft-fge-json-schema-validation-00#rfc.section.5.1.2.1) Valid values The value of "maximum" MUST...
### Describe the bug Below is the snippet of code , please suggest me how to mock for below code public String execCommandOnPod(String podName, String namespace, String... cmd) { Pod...
### Describe the bug Hi, It seems Fabric8 Kubernetes client doesn't work with teleport. ### Fabric8 Kubernetes Client version 6.11.0 ### Steps to reproduce I have the following teleport Kube...
### Describe the bug I recently updated my Kubernetes version from v1.25.12 to v1.26.2. Previously, everything was running smoothly with Kubernetes version v1.25.12 and fabric8 k8s client 6.3.0. However, after...
### Is your enhancement related to a problem? Please describe I want to implement watch resources in multiple namespaces, but currently the client only supports specifying one namespace or all...