pykube
pykube copied to clipboard
patching deployments/scale endpoint
I'm aware there is [deployment object].scale([int])
, which modifies the main object.
It doesn't look as if it is possible to patch against the deployments/scale api endpoint, is it?
https://v1-16.docs.kubernetes.io/docs/reference/generated/kubernetes-api/v1.16/#patch-scale-deployment-v1-apps
I think we could change the behavior to actually patch the "scale" subresource.