# Functions
DefaultObjectValue provides object logging values by using klog.KObj.
Handler allows debugging a handler.EventHandler by wrapping it and logging each action it does.
Predicate allows debugging a predicate.Predicate by wrapping it and logging each action it does.
# Structs
HandlerOptions are options for construction a debug handler.
PredicateOptions are options for construction a debug predicate.
WithLog specifies the logger to use.
# Interfaces
No description provided by the author
No description provided by the author
# Type aliases
WithObjectValue specifies the function to log an client.Object's value with.