### Which project are you requesting an enhancement for? kr8s ### What do you need? It would be useful to add an `object.put()` that replaced the k8s object using HTTP PUT. I saw #75 but supporting `PUT` seems different (and simpler) than `apply` semantics.
Which project are you requesting an enhancement for?
kr8s
What do you need?
It would be useful to add an
object.put()that replaced the k8s object using HTTP PUT.I saw #75 but supporting
PUTseems different (and simpler) thanapplysemantics.