What you would like to be added?
I want to reduce the number of API server calls to alleviate its load pressure.
Why is this needed?
In some reconcile function, spec and status could be updated in separated calls, we can aggregate these calls as much as we can to reduce the number of API server calls. For example, PCS controller can add finalizer for PCLQ in advance then we don't need PCLQ controller to update to add the finalizer then, this can reduce one call for API server.