Documentation ¶
Index ¶
- Constants
- Variables
- func NewBackupCommand() cli.Command
- func NewClusterHealthCommand() cli.Command
- func NewExecWatchCommand() cli.Command
- func NewGetCommand() cli.Command
- func NewLsCommand() cli.Command
- func NewMakeCommand() cli.Command
- func NewMakeDirCommand() cli.Command
- func NewMemberCommand() cli.Command
- func NewRemoveCommand() cli.Command
- func NewRemoveDirCommand() cli.Command
- func NewSetCommand() cli.Command
- func NewSetDirCommand() cli.Command
- func NewUpdateCommand() cli.Command
- func NewUpdateDirCommand() cli.Command
- func NewWatchCommand() cli.Command
- func UpgradeCommand() cli.Command
Constants ¶
View Source
const ( SUCCESS = iota MalformedEtcdctlArguments FailedToConnectToHost FailedToAuth ErrorFromEtcd )
Variables ¶
View Source
var (
ErrNoAvailSrc = errors.New("no available argument and stdin")
)
Functions ¶
func NewBackupCommand ¶
func NewClusterHealthCommand ¶
func NewExecWatchCommand ¶
NewExecWatchCommand returns the CLI command for "exec-watch".
func NewGetCommand ¶
NewGetCommand returns the CLI command for "get".
func NewLsCommand ¶
func NewMakeCommand ¶
NewMakeCommand returns the CLI command for "mk".
func NewMakeDirCommand ¶
NewMakeDirCommand returns the CLI command for "mkdir".
func NewMemberCommand ¶
func NewRemoveCommand ¶
NewRemoveCommand returns the CLI command for "rm".
func NewRemoveDirCommand ¶
NewRemoveCommand returns the CLI command for "rmdir".
func NewSetCommand ¶
NewSetCommand returns the CLI command for "set".
func NewSetDirCommand ¶
NewSetDirCommand returns the CLI command for "setDir".
func NewUpdateCommand ¶
NewUpdateCommand returns the CLI command for "update".
func NewUpdateDirCommand ¶
NewUpdateDirCommand returns the CLI command for "updateDir".
func NewWatchCommand ¶
NewWatchCommand returns the CLI command for "watch".
func UpgradeCommand ¶
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.