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
klog.Warning("The watch-list feature is not supported by the server, falling back to the previous LIST/WATCH semantics")
337
+
klog.Warningf("The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = %v", err)
341
338
fallbackToList=true
342
-
// Ensure that we won't accidentally pass some garbage down the watch.
339
+
// ensure that we won't accidentally pass some garbage down the watch.
0 commit comments