kubernetes-client icon indicating copy to clipboard operation
kubernetes-client copied to clipboard

Java client for Kubernetes & OpenShift

Results 426 kubernetes-client issues
Sort by recently updated
recently updated
newest added

### Describe the bug Hi! I'm upgrade from 6.x to 7.3.1 and my tests fail with connection closed when the first request to the server is done. Everything works fine...

Waiting on feedback
component/kubernetes-server-mock

Bumps [knative.dev/eventing-github](https://github.com/knative-extensions/eventing-github) from 0.44.0 to 0.45.0. Commits dfd634d upgrade to latest dependencies (#591) 07a31ec Update community files (#590) 399b54b upgrade to latest dependencies (#589) 1369f73 Update community files (#588) 0245b87...

dependencies
go

## Description Fixes #7045 Extends the existing `existingJavaTypes` of the java-generator-maven-plugin' to allow the generated code to refer to existing enumerations. ## Type of change - [ ] Bug fix...

feature
component/java-generator

Hi team: **problems:** currently when we are using the k8s - client, we have encountered an issue with the expiration of the sa token, which has led to the API...

Bumps [github.com/tektoncd/triggers](https://github.com/tektoncd/triggers) from 0.31.0 to 0.32.0. Release notes Sourced from github.com/tektoncd/triggers's releases. Tekton Triggers release v0.32.0 "Tekton Triggers" -Docs @ v0.32.0 -Examples @ v0.32.0 Installation one-liner kubectl apply -f https://storage.googleapis.com/tekton-releases/triggers/previous/v0.32.0/release.yaml...

dependencies
go

### Describe the bug When generating Java classes from CRD within Quarkus I get ClassNotFound Exceptions. I was playing around with annotation processing settings but nothing helped. Every time I...

bug
status/never-stale
component/java-generator

I noticed that although [CustomResource](https://github.com/fabric8io/kubernetes-client/blob/a10c0ec6131761f63ca8ac31f46dbdfe088d7df5/crd-generator/api-v2/src/main/java/io/fabric8/crdv2/generator/CustomResourceInfo.java#L169) has annotation data, these fields aren’t mapped into the instance(HasMetadata) implementation. As a result, when CustomResourceInfo is generated , [the metadata passed from HasMetadata never...

### Is your enhancement related to a problem? Please describe When running the `crd2Java` task of the JavaGenerator plugin for Gradle, the plugin always generates sources even if the CRDs...

enhancement
component/java-generator

## Description Closes #6999 This is a POC to demonstrate the idea behind #6999 (it may also close several other issues related to the CRD generator's capabilities). The new `@JSONSchema`...

### Describe the bug Hi there. After upgrading from 7.1.0 to 7.2.0 (7.3.0 has same problem) StatefulSet or Deployment restarting stopped working for just deployed application (deployed via Helm). Error...

bug