etcd

package
v1.3.0-alpha.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 7, 2016 License: Apache-2.0 Imports: 13 Imported by: 360

Documentation

Overview

Package etcd provides objects for creating an embedded etcd server process.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EtcdClient added in v1.0.5

func EtcdClient(etcdClientInfo configapi.EtcdConnectionInfo) (*etcdclient.Client, error)

EtcdClient creates an etcd client based on the provided config.

func GetAndTestEtcdClient

func GetAndTestEtcdClient(etcdClientInfo configapi.EtcdConnectionInfo) (*etcdclient.Client, error)

GetAndTestEtcdClient creates an etcd client based on the provided config. It will attempt to connect to the etcd server and block until the server responds at least once, or return an error if the server never responded. TODO: switch this function to use EtcdHelper.

func MakeNewEtcdClient added in v1.1.3

func MakeNewEtcdClient(etcdClientInfo configapi.EtcdConnectionInfo) (newetcdclient.Client, error)

MakeNewEtcdClient creates an etcd client based on the provided config.

func NeverRetryOnFailure added in v1.1.2

func NeverRetryOnFailure(cluster *etcdclient.Cluster, numReqs int, lastResp http.Response, err error) error

NeverRetryOnFailure is a retry function for the etcdClient. If there's only one machine, master election doesn't make much sense, so we don't bother to retry, we simply dump the failure and return the error directly.

func TestEtcdClient added in v1.0.5

func TestEtcdClient(etcdClient *etcdclient.Client) error

TestEtcdClient verifies a client is functional. It will attempt to connect to the etcd server and block until the server responds at least once, or return an error if the server never responded.

func TestNewEtcdClient added in v1.1.4

func TestNewEtcdClient(etcdClient newetcdclient.Client) error

TestEtcdClient verifies a client is functional. It will attempt to connect to the etcd server and block until the server responds at least once, or return an error if the server never responded.

Types

This section is empty.

Directories

Path Synopsis
This is a somewhat faithful reproduction of etcdmain/etcd.go
This is a somewhat faithful reproduction of etcdmain/etcd.go

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL