Marc Nuri
Marc Nuri
> However it seems odd that it keeps restarting. Is this expected? If it's not, would you have any hints for us to look for the root cause? It might...
In order to ease transitioning, we might want to include at least the support for the initial create operation of server side apply (SSA) in the Mock Server which might...
> At least for usage with things like operator tests that typically won't be enough. I know it's not enough, but will certainly cover many use cases. The point is...
> There's still some documentation I want to add around this based upon the discussions that happened on the kubernetes issues. I think we need to state more strongly that...
> Build seems to be failing because tests haven't been updated to remove okhttp mockwebserver references Maybe it wasn't clear by the description, but this is just WIP. So far...
> * introduce a generalized createOr(Function conflictAction) method - such that you could do createOr(Resource::update), createOr(Resource::patch). This could also be expressed in a more dsl-like way with resource.onConflict(Resource::update).create() or something...
Complete analysis and reproducer can be found at: https://github.com/marcnuri-work/fabric8io-kubernetes-client-issues-5605-all-proxy
I think it's only used to create simple IDs, a solution such as the one Spring Framework uses should definitely work.
It's used in multiple places (besides StandardHttpRequest) for similar purposes. (PostHandler, PodUpload, and also on NamespaceExtension, WebSocketSession)
I'm going to try and provide a fix (exclusively) for Quarkus in the scope of this issue. We can further discuss more suitable and generic approaches if the one for...