kubernetes-client
                                
                                 kubernetes-client copied to clipboard
                                
                                    kubernetes-client copied to clipboard
                            
                            
                            
                        Java client for Kubernetes & OpenShift
### Describe the bug Uploading a file in an init-container is very slow, it took more than 15s (Minikube kind to launch a Kuberenes cluster). I send a little reproducer...
### Is your enhancement related to a problem? Please describe At the moment there is no easy way to configure the categories of a generator CRD: https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#categories ### Describe the...
Is it possible to start a `KubernetesServer` mock this way: ``` import io.fabric8.kubernetes.client.server.mock.KubernetesServer; KubernetesServer server = new KubernetesServer(true, true); ``` and then use a standard `kubectl` client to make requests?...
### Is your enhancement related to a problem? Please describe Usage of kubernetes client in a graalvm native application. ### Describe the solution you'd like Availability of the meta data...
As per Ioannis's comment here https://github.com/fabric8io/kubernetes-client/issues/2740#issuecomment-800015531 we already have an extension for prometheus in dekorate. We should port it here since it fits better as a part of Fabric8 Kubernetes...
Hello all, I realize that this might be a little bit of an ask, as I know the API follows (generally) the OC command structure, but I was wondering if...
The name `kubernetes-client` does no justice to the project, which is much more than that. `kubernetes-framework` is much more descriptive.
## Description Placeholder issue for activities related to the v7 major release. ### Tasks - #6081 - #5965 - #6035 - #6155 - #4445 - #6140 - #2632 - #6130...
Fixes #6012 ## Description ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Feature (non-breaking change which adds functionality) - [...
### Is your enhancement related to a problem? Please describe When using Server-Side Apply, it is often required to send only the modified state instead of the full resource. This...