Marc Nuri
Marc Nuri
## Description Part of #5778 The following methods must be removed from `IOUtils`: - `isJSONValid(String json)` https://github.com/fabric8io/kubernetes-client/blob/25ecf8460eb132ae2945342b33f64a4240a2b91c/kubernetes-client-api/src/main/java/io/fabric8/kubernetes/client/utils/IOHelpers.java#L71-L72 - `convertYamlToJson(String yaml)` https://github.com/fabric8io/kubernetes-client/blob/25ecf8460eb132ae2945342b33f64a4240a2b91c/kubernetes-client-api/src/main/java/io/fabric8/kubernetes/client/utils/IOHelpers.java#L85-L86 - `String convertToJson(String jsonOrYaml)` https://github.com/fabric8io/kubernetes-client/blob/25ecf8460eb132ae2945342b33f64a4240a2b91c/kubernetes-client-api/src/main/java/io/fabric8/kubernetes/client/utils/IOHelpers.java#L93-L94 -
## Description Part of #6130 The legacy model generation approach using Go had as its main outcome the `kube-schema.json` and `validation-schema.json` files. The purpose of the `kube-schema.json` file was to...
## Description Part of #5778 From #5782 Adding a default timeout value for readiness brings in some problems for specific operations (especially those related with init containers). Since we are...
## What problem does this PR solve? Fixes #4517 > There was a mistake on design about JVMChaos, the json field name of `ReturnValue` should be `returnValue` > > https://github.com/chaos-mesh/chaos-mesh/blob/ecbaf49fdc4bc9418619ccc2ba57606f714bcc39/api/v1alpha1/jvmchaos_types.go#L85-L87...
### Chaos Mesh Version master ### Kubernetes Version n/a ### Describe the bug The [`JVMChaosSpec`](https://github.com/chaos-mesh/chaos-mesh/blob/24ddcc087ee2ebf00cd9ba4e2121c26312d2308c/api/v1alpha1/jvmchaos_types.go#L23-L42) struct has invalid JSON settings. The property `value` is duplicate and present in two of...
**Description of the change:** Seems like the `groupName` tag is not correct for the `packagemanifest_types` located in both `pkg/package-server/api/operators` and `pkg/package-server/api/operators/v1`. These changes address the problem. Both register.go files do...
## Description ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Feature (non-breaking change which adds functionality) - [ ] Breaking...
## Description Create entry for the Quarkus migration guide and the new default values (that are now inherited from Fabric8's defaults). See https://github.com/quarkusio/quarkus/pull/43475#issuecomment-2422359348
## Description Requires #5719 The default HTTP client implementation bundled with the Fabric8 Client is `io.fabric8:kubernetes-httpclient-okhttp`. The main reason is that this is the client implementation that was used even...
## Description Part of #6130 Replace model generation for `chaosmesh` module with new OpenAPI approach. > [!Note] > For extension models there are going to be multiple conflicts with the...