Closed
Description
Is there a way to delay start of a controller until a resource exists in the apiserver.
Say i want to watch resource types A and B. However i want to do this only after some other process has created a resource of resource type C
I need this to avoid watching for resources until a dependent resource exists in the system, resource of type C. This way i can ensure my controller is not consuming resources unless it is required.
Thanks,
Rahav