fabric8io / mockwebserver

An extension of okhttp's mockwebserver, that provides a DSL and is easier to use
Apache License 2.0
113 stars 38 forks source link

Add support for server side apply in CRUD mode #76

Open bachmanity1 opened 1 year ago

bachmanity1 commented 1 year ago

Server side apply has been merged to the kubernetes-client. It would be really helpful if mockserver in CRUD mode allowed to test this feature, currently mockserver returns error for server side apply requests saying that PATCH can't be applied to non-existing resource.