Update staging/src/k8s.io/cloud-provider/options/nodecontroller.go

Co-authored-by: Jiahui Feng <jhf@google.com>
This commit is contained in:
Paweł Banaszewski 2022-10-20 19:13:01 +02:00
parent fea0667c5e
commit 446b0051dd

View File

@ -32,7 +32,7 @@ func (o *NodeControllerOptions) AddFlags(fs *pflag.FlagSet) {
return
}
fs.Int32Var(&o.WorkerCount, "workerCount", o.WorkerCount, "Number of workers synchronizing node status.")
fs.Int32Var(&o.WorkerCount, "worker-count", o.WorkerCount, "Number of workers synchronizing node status.")
}
// ApplyTo fills up ServiceController config with options.