deno-kubernetes_client icon indicating copy to clipboard operation
deno-kubernetes_client copied to clipboard

Support server-side apply with `KubectlRawRestClient`

Open danopia opened this issue 2 years ago • 0 comments

Server-side apply is stable nowadays, and available with kubectl apply --server-side --field-manager=.... Given that our relevant codepath is for kubectl patch and comes from HTTP PATCH verbs, it might be interesting to see how these pieces want to fit together.

https://github.com/cloudydeno/deno-kubernetes_client/blob/1a1fa6048390940a5cefbf0ee6da20cd47f4b9d0/transports/via-kubectl-raw.ts#L173-L174

danopia avatar Feb 09 '23 20:02 danopia