Documentation ¶
Index ¶
Constants ¶
View Source
const RecommendedStartEtcdServerName = "etcd"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EtcdOptions ¶
func NewCommandStartEtcdServer ¶
func NewCommandStartEtcdServer(name, basename string, out, errout io.Writer) (*cobra.Command, *EtcdOptions)
NewCommandStartEtcdServer starts only the etcd server
func (*EtcdOptions) RunEtcdServer ¶
func (o *EtcdOptions) RunEtcdServer() error
RunEtcdServer takes the options and starts the etcd server
func (*EtcdOptions) StartEtcdServer ¶
func (o *EtcdOptions) StartEtcdServer() error
StartEtcdServer calls RunEtcdServer and then waits forever
func (*EtcdOptions) Validate ¶
func (o *EtcdOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.