kubernetes-client
kubernetes-client copied to clipboard
Java client for Kubernetes & OpenShift
### Is your enhancement related to a problem? Please describe I am using CRD -> Java POJO. In my API, I have the same enumeration appear in several places in...
### Description Issue to track the required tasks to release Fabric8 Kubernetes Client 7.3.0 - [ ] https://github.com/fabric8io/kubernetes-client/milestone/85 - [ ] Prepare release https://github.com/fabric8io/kubernetes-client/releases/tag/v7.4.0 - [ ] Create issue for...
## Description Users who are testing for failure scenarios (5xx, 4xx responses) might be running tests at slower speeds due to the automatic retry policy the client has. We need...
How do I use Kubernetes-client to query the pod list and receive resources in a table? 
### Is your task related to a problem? Please describe Kubernetes 1.34 (TBD) is scheduled to be released on TBD. Our model should be updated, including any new types and...
## Description Original discussion: https://github.com/fabric8io/kubernetes-client/discussions/5942 As part of the new [v7.0.0 release](https://github.com/fabric8io/kubernetes-client/issues/5778) we need to make the CRD Generator (especially its API) as complete as possible to avoid any breaking...
### Is your enhancement related to a problem? Please describe When running `KubernetesMockServer` in crud mode it depends directly on the system time. For example, in `junit/kubernetes-server-mock/src/main/java/io/fabric8/kubernetes/client/server/mock/crud/PostHandler.java` at line 88-89...
### Is your enhancement related to a problem? Please describe Having to store and specify durations using two separate constants is a bit of a pain. ### Describe the solution...
### Is your enhancement related to a problem? Please describe Until now if we provide a List of objects to be serialized using the class `io.quarkiverse.tekton.common.utils.Serialization` and the method: `asYaml()`...
[ERROR] Failed to execute goal org.codehaus.mojo:animal-sniffer-maven-plugin:1.16:check (signature-check) on project hadoop-yarn-server-router: Failed to check signatures: failed to process jar /Users/lujingchao/.m2/repository/io/fabric8/kubernetes-client/7.1.0/kubernetes-client-7.1.0.jar : Bad class file /Users/lujingchao/.m2/repository/io/fabric8/kubernetes-client/7.1.0/kubernetes-client-7.1.0.jar:io/fabric8/kubernetes/client/impl/Adapters.class: IllegalArgumentException The following is the plugin...