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
}
func (*Cluster) Update ¶
func (c *Cluster) Update(rss *api.ReplicatedStatefulSet)
type Config ¶
type Config struct { ServiceAccount string KubeCli kubernetes.Interface EtcdCRCli versioned.Interface }
type ConfigMapReference ¶
type ConfigMapReferenceList ¶
type ConfigMapReferenceList struct {
Items []*ConfigMapReference `json:"items"`
}
func (*ConfigMapReferenceList) Len ¶
func (l *ConfigMapReferenceList) Len() int
func (*ConfigMapReferenceList) Less ¶
func (l *ConfigMapReferenceList) Less(i, j int) bool
func (*ConfigMapReferenceList) Swap ¶
func (l *ConfigMapReferenceList) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.