The fake client's Update call updates both the spec and status of the object.
This is different from how the real client behaves. This can lead to situations where someone writes a unit test, the unit test passes, but the behavior will be different when dealing with a real client.
Is this known/intended? It seems like the fake client should update the spec and replace the status with whatever the value is on the "server".