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

## Description Uses authentication user info from proxy url. This support will make it much easier for keycloak to work with a proxy. @manusa will there be another 6.13 release?...

### Describe the bug Related to https://github.com/fabric8io/kubernetes-client/issues/1601 This issue applies to scenarios when you're using Kubernetes Mock Server with clients other than Fabric8 Kubernetes Client. When you use KubernetesMockServer in...

bug
component/openshift-server-mock
component/kubernetes-server-mock

## Description Part of #6130 Remove `.json` files that were previously generated by the Go-JSONSchema generation. These include: - `kube-schema.json` - `validation-schema.json` - `$$$extension-schema.json`

Hi team, I am trying to build io.fabric8:kubernetes-client-api:6.12.1 from source using the command "./mvnw clean install". Java version: 1.8.0_382 I am getting the following error, UT is not getting passed...

Waiting on feedback

### Is your enhancement related to a problem? Please describe The java project uses a dependency io.fabric8 -> kubernetes-client -> version 6.13.1, and did not find a way to create...

question
Waiting on feedback

### Describe the bug It looks like there is an issue with dependency `sundr.model.AnnotationRef` where it cannot be cast as `fabric8.generator.annotation.ValidationRule` when using `@ValidationRule` annotation. This was working before but...

### Is your task related to a problem? Please describe The following fields/ methods must be removed from `io.fabric8.kubernetes.client.Config`: - https://github.com/fabric8io/kubernetes-client/blob/74ba92421cdfc1fa00842fb4ac8273b0e27759d4/kubernetes-client-api/src/main/java/io/fabric8/kubernetes/client/Config.java#L203-L207 - https://github.com/fabric8io/kubernetes-client/blob/74ba92421cdfc1fa00842fb4ac8273b0e27759d4/kubernetes-client-api/src/main/java/io/fabric8/kubernetes/client/Config.java#L317-L318 Dependencies must be updated accordingly. ### Describe...

### Describe the bug If a CRD defines a top level field (a field that is a sibling of spec, metadata, and status). The java generator does not generate the...

bug
component/java-generator

## Description Part of #6130 Replace model generation for `volumesnapshot-model` extension module with new OpenAPI approach. ## Tasks - Remove `build-helper-maven-plugin` - Remove `maven-antrun-plugin` from the `generate` profile - Add...

component/extensions
component/kubernetes-model

### Describe the bug Building the project using `mvn clean package -DskipTests` and fails with: ``` ... 17:24:35.433 [INFO] Fabric8 :: Java generator :: Gradle Plugin ......... FAILURE [ 0.082...