mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-03 10:17:46 +00:00
[trivial] fix option help message.
s/andif/and if/
This commit is contained in:
@@ -355,7 +355,7 @@ func (o *AuditTruncateOptions) AddFlags(pluginName string, fs *pflag.FlagSet) {
|
|||||||
"it is split into several batches of smaller size.")
|
"it is split into several batches of smaller size.")
|
||||||
fs.Int64Var(&o.TruncateConfig.MaxEventSize, fmt.Sprintf("audit-%s-truncate-max-event-size", pluginName),
|
fs.Int64Var(&o.TruncateConfig.MaxEventSize, fmt.Sprintf("audit-%s-truncate-max-event-size", pluginName),
|
||||||
o.TruncateConfig.MaxEventSize, "Maximum size of the audit event sent to the underlying backend. "+
|
o.TruncateConfig.MaxEventSize, "Maximum size of the audit event sent to the underlying backend. "+
|
||||||
"If the size of an event is greater than this number, first request and response are removed, and"+
|
"If the size of an event is greater than this number, first request and response are removed, and "+
|
||||||
"if this doesn't reduce the size enough, event is discarded.")
|
"if this doesn't reduce the size enough, event is discarded.")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user