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
Copy file name to clipboardExpand all lines: pkg/utils/flags.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,7 @@ type OSArgs struct {
98
98
HTTPBindPortint64`long:"http-bind-port" default:"8080" description:"port to listen on for HTTP traffic"`
99
99
HTTPSBindPortint64`long:"https-bind-port" default:"8443" description:"port to listen on for HTTPS traffic"`
100
100
SyncPeriod time.Duration`long:"sync-period" default:"5s" description:"Sets the period at which the controller syncs HAProxy configuration file"`
101
+
InitialSyncPeriod time.Duration`long:"initial-sync-period" description:"Sets the first period at which the controller syncs HAProxy configuration file"`
101
102
CacheResyncPeriod time.Duration`long:"cache-resync-period" default:"10m" description:"Sets the underlying Shared Informer resync period: resyncing controller with informers cache"`
102
103
HealthzBindPortint64`long:"healthz-bind-port" default:"1042" description:"port to listen on for probes"`
103
104
QuicAnnouncePortint64`long:"quic-announce-port" description:"sets the port in the alt-svc header"`
0 commit comments