We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1811282 commit 95aaf8bCopy full SHA for 95aaf8b
pkg/utils/flags.go
@@ -111,5 +111,5 @@ type OSArgs struct {
111
UseWithPebble bool `long:"with-pebble" description:"use pebble to start/stop/reload HAProxy"`
112
JobCheckCRD bool `long:"job-check-crd" description:"does not execute IC, but adds/updates CRDs"`
113
DisableQuic bool `long:"disable-quic" description:"disable quic protocol in http frontend bindings"`
114
- QuicAnnouncePort int64 `long:"quick-announce-port" description:""`
+ QuicAnnouncePort int64 `long:"quic-announce-port" description:""`
115
}
0 commit comments