java-operator-sdk icon indicating copy to clipboard operation
java-operator-sdk copied to clipboard

Make it possible for `GenericKubernetesResourceMatcher` consider metadata as well

Open metacosm opened this issue 3 years ago • 0 comments

More specifically annotations and labels should be checked since the rest of the fields are either irrelevant (e.g. name) or not under a user's control (e.g. managedFields).

metacosm avatar Aug 10 '22 10:08 metacosm