Documentation ¶
Overview ¶
Package command implements individual etcd-runner commands for the etcd-runner utility.
Index ¶
Constants ¶
View Source
const ( // http://tldp.org/LDP/abs/html/exitcodes.html ExitSuccess = iota ExitError ExitBadConnection ExitInvalidInput // for txn, watch command ExitBadFeature // provided a valid flag with an unsupported value ExitInterrupted ExitIO ExitBadArgs = 128 )
Variables ¶
This section is empty.
Functions ¶
func ExitWithError ¶
func NewElectionCommand ¶
NewElectionCommand returns the cobra command for "election runner".
func NewLeaseRenewerCommand ¶
NewLeaseRenewerCommand returns the cobra command for "lease-renewer runner".
func NewLockRacerCommand ¶
NewLockRacerCommand returns the cobra command for "lock-racer runner".
func NewWatchCommand ¶
NewWatchCommand returns the cobra command for "watcher runner".
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.