Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // PortEtcdClient is the port exposed by etcd for client communication. PortEtcdClient int32 = 2379 // PortEtcdPeer is the port exposed by etcd for server-to-server communication. PortEtcdPeer int32 = 2380 // PortBackupRestore is the client port exposed by the backup-restore sidecar container. PortBackupRestore int32 = 8080 )
Functions ¶
func ServiceName ¶
ServiceName returns the service name for an etcd for the given role.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.