I create it and it works fine. But things change, and I want to update the FilterFunc with a new predicate. Is this possible?
If not, I assume I'll have to create a new informer with the new predicate. But if I do that, how do I make sure I don't miss any events between the stopping of the existing watch and the creation of the new watch?