kubeclient
kubeclient copied to clipboard
support params for patch
atm I'm forced to do this, which is kinda ugly :D
patch_entity("#{name}?fieldManager=kubectl&force=true", template, namespace)
Sorry fat finger. Are any of those useful for the 3 patch variants, or just for apply?
(I'm not sure the pattern of kubeclient whitelisting query params per action is useful - it mostly requires people to wait until new param support is added. I wonder if a generic pass-through of unknown params is workable.)
generic pass-through would be nice ... would mean less abstractions/layers and less changes to kubeclient :) ... idk of other patch versions, so far only needed it for apply