Merge pull request #80502 from xigang/master

Update CleanupAndExit and OnServiceSynced field comment and bugfix panic params in the construct method
This commit is contained in:
Kubernetes Prow Robot
2019-08-07 20:10:06 -07:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -99,7 +99,7 @@ type Options struct {
ConfigFile string
// WriteConfigTo is the path where the default configuration will be written.
WriteConfigTo string
// CleanupAndExit, when true, makes the proxy server clean up iptables rules, then exit.
// CleanupAndExit, when true, makes the proxy server clean up iptables and ipvs rules, then exit.
CleanupAndExit bool
// CleanupIPVS, when true, makes the proxy server clean up ipvs rules before running.
CleanupIPVS bool