Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrLostQuorum = errors.New("lost quorum")
ErrLostQuorum indicates that the zookeeper cluster lost its quorum.
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster struct {
// contains filtered or unexported fields
}
func (*Cluster) ResolvePodServiceAddress ¶
func (c *Cluster) ResolvePodServiceAddress(member *zookeeperutil.Member) (string, error)
func (*Cluster) Update ¶
func (c *Cluster) Update(cl *api.ZookeeperCluster)
Click to show internal directories.
Click to hide internal directories.