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

### Is your enhancement related to a problem? Please describe The mapping of raw values is inconsistent, and leads to other issues such as the loss of non-HasMetadata values when...

### Is your task related to a problem? Please describe Im using `io.fabric8:kubernetes-client:5.12.2` and on running a simple client creation code: `KubernetesClient client = new DefaultKubernetesClient();` im getting the following...

I want to apply the following yaml multiple times with the [fabric8 kubernetes-client](https://github.com/fabric8io/kubernetes-client) ```yaml apiVersion: v1 kind: PersistentVolumeClaim metadata: name: my-pvc spec: storageClassName: my-storage-class accessModes: - ReadWriteMany resources: requests: storage:...

Waiting on feedback

### Describe the bug **Disclaimer:** I've tried to check whether that's a limitation on the CRD spec, but I don't know for sure whether it's the case or not, so...

Waiting on feedback
component/crd-generator

## Description Fix #4287 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [x] Feature (non-breaking change which adds functionality) - [ ]...

### Describe the bug in istio generators, there's such code block that converts istio Timestamp to Long ```go manualTypeMap := map[reflect.Type]string{ reflect.TypeOf(types.BoolValue{}): "java.lang.Boolean", reflect.TypeOf(types.DoubleValue{}): "java.lang.Double", reflect.TypeOf(types.Duration{}): "java.lang.String", reflect.TypeOf(types.Timestamp{}): "java.lang.Long", reflect.TypeOf(types.Int32Value{}):...

component/extensions

## Description deps: bump OkHttp to 3.14.9 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Feature (non-breaking change which adds...

wip

### Describe the bug There is a CVE reported in okhttp-3.14.9.jar which is packaged in kubernetes-client 5.4.2 . Details mentioned here : https://github.com/square/okhttp/issues/6738 This CVE is fixed in okhttp 4.10.x...

### Is your enhancement related to a problem? Please describe fieldValidation is supported for POST / PATCH / PUT. It has only been accounted for in the PatchContext for PATCH....

### Is your enhancement related to a problem? Please describe In Java Operator SDK we would like to automate some of the aspects of dependent resource management. In a default...

enhancement
status/never-stale