Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instance ¶
type Instance struct { // Name is the unique name to identify this instance in an etcd cluster. Name string // Endpoint is the address to reach this instance from an etcd client. // It is used to construct the peer and client URLs. // It should be of the form `hostname` or `x.x.x.x`. Endpoint string }
Instance represents a cloud instance which is intended to be part of an etcd cluster.
Click to show internal directories.
Click to hide internal directories.