Documentation
¶
Index ¶
Constants ¶
View Source
const NamePrefix = "etcd-bootstrap-"
NamePrefix is the prefix of the StatefulSet name. It will be appended with the role.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Values ¶
type Values struct {
// Image is the container image used for Etcd.
Image string
// Role is the role of this etcd instance (main or events).
Role string
// PortClient is the port for the client connections.
PortClient int32
// PortPeer is the port for the peer connections.
PortPeer int32
// PortMetrics is the port for the metrics connections.
PortMetrics int32
}
Values is a set of configuration values for the Etcd component.
Click to show internal directories.
Click to hide internal directories.