You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, the ControllerOptions struct copied a field from the
WatcherOptions struct, leading to duplicated logic. This change adds a
pointer to WatcherOptions in the ControllerOptions. This allows the
watcher's options to be handled in one place.
0 commit comments