kubernetes-client
kubernetes-client copied to clipboard
Java client for Kubernetes & OpenShift
### Describe the bug The copyInstance method in the Fluent generated by the Java code generator is missing the class field. CRD is like below. ``` ... storage: description: Storage...
### Describe the bug I am trying to add a small feature to the library that we currently require internally (and that can potentially be contributed back). Before doing any...
### Describe the bug I am creating a basic, non-TLS `DefaultMockServer` for some testing that I am doing. I set up a byte array for an interaction/expect to return as...
### Is your enhancement related to a problem? Please describe At the moment KubernetesMockServer doesn't support providing opinionated responses for [Kubernetes Aggregated Discovery APIs](https://kubernetes.io/docs/concepts/overview/kubernetes-api/#aggregated-discovery) . This causes problems when we...
Following what I could find in kubernetes-tests, I'm running into the following NPE when using the Kubernetes mock server. ```java public class MyTest { @Rule public KubernetesServer server = new...
Getting java.lang.ClassNotFoundException: io.fabric8.kubernetes.client.dsl.V1FlowControlAPIGroupDSL
### Describe the bug I am using kubernetes client version 6.12.1 and also for dependencyManagement my gradle file uses mavenBom spring-cloud-depencencies. But when I run my app I am getting...
### Is your task related to a problem? Please describe In my project, I need to specify the port number on which the mock server will run. When I checked...
### Description Part of #5778 Issue to track the required tasks to release Fabric8 Kubernetes Client 6.13.0. - [ ] https://github.com/fabric8io/kubernetes-client/milestone/71 - [ ] Prepare release https://github.com/fabric8io/kubernetes-client/releases/tag/v7.0.0 - [ ]...
## Description Follow up from #6301 Apply the formatter also to the tests. ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [...
## Description Fix #5480 Fix #3489 Supersedes closes #4700 Currently, we rely on outdated `io.fabric8:zjsonpatch` dependency instead of the upstream `com.flipkart.zjsonpatch:zjsonpatch` dependency. The main issue is that the upstream repository...