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
@@ -48,6 +51,11 @@ func (s *ExtraOptions) AddGoFlags(fs *flag.FlagSet) {
48
51
fs.Float64Var(&s.QPS, "qps", s.QPS, "The maximum QPS to the master from this client")
49
52
fs.IntVar(&s.Burst, "burst", s.Burst, "The maximum burst for throttle")
50
53
fs.DurationVar(&s.ResyncPeriod, "resync-period", s.ResyncPeriod, "If non-zero, will re-list this often. Otherwise, re-list will be delayed aslong as possible (until the upstream source closes the watch or times out.")
0 commit comments