A recent example:
for (ReplicationController r : client.replicationControllers().list().getItems()) {
//do stuff
}
This throws an NPE when there are no controllers.
It would be great if all XXXList classes were initialized using an empty list instead of null.