Commit 6936b9ff authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #20918 from deads2k/fix-list-edit

Automatic merge from submit-queue fix edit on list Fixes https://github.com/kubernetes/kubernetes/issues/20519 This reverts the implementation that removed list editing capability, but leaves its tests intact. This allows edits of lists to work, while still allowing mutation of the annotations. It does this by walking each item and building per item patches. The current implementation will do funny things if you delete entire list entries. A followup could be written to locate the correct list item by name. Right now, it just rejects the patch because its trying to change an immutable field. @janetkuo @kubernetes/kubectl @kargakis
parents fe15db60 0adc0ab5
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment