Documentation update (#17)
* Updates documentation automatically generated by Cobra. Deletes some old, outdated documentation.
This commit is contained in:
parent
9fa6edaa3e
commit
be6c458f23
39 changed files with 75 additions and 172 deletions
|
@ -17,7 +17,6 @@ australis monitor hosts [flags]
|
|||
-h, --help help for hosts
|
||||
--interval duration Interval at which to poll scheduler. (default 5s)
|
||||
--statuses strings List of acceptable statuses for a host to be in. (case-insensitive) [NONE, SCHEDULED, DRAINED, DRAINING] (default [DRAINED])
|
||||
--timeout duration Time after which the monitor will stop polling and throw an error. (default 10m0s)
|
||||
```
|
||||
|
||||
### Options inherited from parent commands
|
||||
|
@ -31,6 +30,7 @@ australis monitor hosts [flags]
|
|||
-p, --password string Password to use for API authentication
|
||||
-s, --scheduler_addr string Aurora Scheduler's address.
|
||||
-i, --skipCertVerification Skip CA certificate hostname verification.
|
||||
-t, --timeout duration Gorealis timeout. (default 20s)
|
||||
--toJSON Print output in JSON format.
|
||||
-u, --username string Username to use for API authentication
|
||||
-z, --zookeeper string Zookeeper node(s) where Aurora stores information. (comma separated list)
|
||||
|
@ -40,4 +40,4 @@ australis monitor hosts [flags]
|
|||
|
||||
* [australis monitor](australis_monitor.md) - Watch for a specific state change
|
||||
|
||||
###### Auto generated by spf13/cobra on 7-May-2020
|
||||
###### Auto generated by spf13/cobra on 5-Nov-2020
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue