https://github.com/kubernetes-sigs/container-object-storage-interface-api/blob/master/controller/controller.go
- Review the controller design since it was custom built and doesn’t use kube-builder api. We wanted something much simpler and easier to use
- Ensure that there are no deadlocks/race conditions
- Ensure that retries, updates, additions and deletions work as expected of a standard kubernetes controller.