This repository was archived by the owner on May 28, 2021. It is now read-only.
This repository was archived by the owner on May 28, 2021. It is now read-only.
Use controller expectations #30
Open
Description
We should make use of controller expectations in controllers where we create/delete resources.
See ReplicaSetController
in core.
The code hasn't yet made its way into client-go though (kubernetes/client-go#332) so we can either vendor core or copy the files into the project.