fix typo in main file

This commit is contained in:
yank1 2018-02-07 00:27:10 +08:00
parent a38c34217b
commit ee3f3881b9
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ func bindFlags(l *componentconfig.LeaderElectionConfiguration, fs *pflag.FlagSet
"The duration the clients should wait between attempting acquisition and renewal "+
"of a leadership. This is only applicable if leader election is enabled.")
fs.StringVar(&l.ResourceLock, "leader-elect-resource-lock", l.ResourceLock, ""+
"The type of resource resource object that is used for locking during"+
"The type of resource object that is used for locking during"+
"leader election. Supported options are `endpoints` (default) and `configmap`.")
}