kubernetes-client
                                
                                 kubernetes-client copied to clipboard
                                
                                    kubernetes-client copied to clipboard
                            
                            
                            
                        Java client for Kubernetes & OpenShift
### Describe the bug We use `ConfigBuilder(Config.empty())` to create an empty config so that we have no autoconfig or other interference from the presence of a pre-existing `~/.kube/config` file. We...
### Describe the bug Encountering a deserialization error when attempting to use the Serialization.unmarshal method to handle a YAML string containing multiple Kubernetes resource definitions separated by ---, and trying...
### Is your task related to a problem? Please describe Newer version of BouncyCastle doesn't work with BCFIPS provider ### Describe the solution you'd like Remove dependency on BouncyCastle and...
## Description closes: #5953 Provides a callback to ProcessorStore.retainAll so that we can defer starting the watch in some circumstances. Not really a bug, just makes testing / behavior more...
## Description Fixes #6100 Add specific setAdditionalProperties setter method instead. ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] Feature (non-breaking change...
### Describe the bug Almost all the models are annotated with `@Setter` but the setters seem to be explicitly generated. ### Fabric8 Kubernetes Client version SNAPSHOT ### Steps to reproduce...
## Backports - [ ] #6101 - [ ] #6102 - [ ] ... Issue to track the required tasks to release Fabric8 Kubernetes Client 6.13.2. - [ ] https://github.com/fabric8io/kubernetes-client/milestone/76...
### Describe the bug Upgrading from fabric8 kubernetes client from 6.9.2 to 6.10 gives the following stack trace: ``` java.lang.IllegalStateException: Failed to load ApplicationContext for [MergedContextConfiguration@61c4cebd testClass = my.project.service.testcontainer.UserAkhqServiceContainerTest, locations...
### Describe the bug Hi, I am using io.fabric8.kubernetes.client.server.mock.KubernetesServer in CRUD mode. When I try to create a Pod using the KubernetesClient from the server and specify uid for the...
Bumps [com.marcnuri.plugins:gradle-api-maven-plugin](https://github.com/manusa/gradle-api-maven-plugin) from 0.0.5 to 0.0.6. Release notes Sourced from com.marcnuri.plugins:gradle-api-maven-plugin's releases. v0.0.6 What's Changed build(deps): bump org.apache.maven:maven-core from 3.9.5 to 3.9.6 by @dependabot in manusa/gradle-api-maven-plugin#17 ci: bump action versions...