Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrLostQuorum = errors.New("lost quorum")
ErrLostQuorum indicates that the etcd cluster lost its quorum.
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster struct {
// contains filtered or unexported fields
}
Cluster is the type for a SensuCluster inside the operator
func (*Cluster) ClientURLs ¶
func (c *Cluster) ClientURLs(m *etcdutil.MemberConfig) (urls []string)
func (*Cluster) Update ¶
func (c *Cluster) Update(cl *api.SensuCluster)
Update triggers a Cluster update
Click to show internal directories.
Click to hide internal directories.