Documentation ¶
Overview ¶
Package etcd provides the default SkyDNS server Backend implementation, which looks up records stored under the `/skydns` key in etcd when queried.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend struct {
// contains filtered or unexported fields
}
func NewBackend ¶
NewBackend returns a new Backend for SkyDNS, backed by etcd.
func (*Backend) UpdateClient ¶
UpdateClient allows the etcd client used by this backend to be replaced on the fly.
Click to show internal directories.
Click to hide internal directories.