Closed
Description
The fake client Get(), List(), Patch() methods do not account for objects that have been marked for deletion, allowing for viewing of and changes to objects that are expected to be deleted. The Update() method does delete the object, but I believe it should return an error, since the update of a deleted object has failed.
This is a separate issue from #138