cloudydeno / deno-kubernetes_client

Typescript library for accessing a Kubernetes API server
https://deno.land/x/kubernetes_client
Apache License 2.0
18 stars 4 forks source link

Support patching subresources with `KubectlRawRestClient` #11

Open danopia opened 1 year ago

danopia commented 1 year ago

Kubectl v1.24 lets patch and replace use a --subresource=[status/scale] flag.

KubectlRawRestClient catch be amended to leverage this flag, which would help fill in one of the remaining featureset holes.