client-go
client-go copied to clipboard
fake clients return nil on failed Get, real clients return an empty object
Original issue: https://github.com/kubernetes/code-generator/issues/158
I aslo have this issue when writting unittest with fake clients. The behavior is different.