Adding interval and timeout flags for start and stop drain.
This commit is contained in:
parent
afa7a5d14f
commit
51daad88eb
2 changed files with 10 additions and 3 deletions
|
@ -28,6 +28,8 @@ var insecureSkipVerify bool
|
|||
var caCertsPath string
|
||||
var clientKey, clientCert string
|
||||
|
||||
var monitorInterval, monitorTimeout int
|
||||
|
||||
func init() {
|
||||
rootCmd.PersistentFlags().StringVarP(&zkAddr, "zookeeper", "z", "", "Zookeeper node(s) where Aurora stores information.")
|
||||
rootCmd.PersistentFlags().StringVarP(&username, "username", "u", "", "Username to use for API authentication")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue