1description: try to mutate a fixed field 2mode: edit 3args: 4- configmap 5namespace: "edit-test" 6expectedStderr: 7- At least one of apiVersion, kind and name was changed 8expectedExitCode: 1 9steps: 10- type: request 11 expectedMethod: GET 12 expectedPath: /api/v1/namespaces/edit-test/configmaps 13 expectedInput: 0.request 14 resultingStatusCode: 200 15 resultingOutput: 0.response 16- type: edit 17 expectedInput: 1.original 18 resultingOutput: 1.edited