Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EtcdConfig ¶
type EtcdConfig struct {
Image, ImagePullPolicy string
// StaticPodDir is the kubelet location for static pod manifests.
StaticPodDir string
// TlsDir is the location where the TLS assets are.
TlsDir string
// EtcdDataDir is location where etcd will store data.
EtcdDataDir string
}
func (*EtcdConfig) Start ¶
func (opt *EtcdConfig) Start() error
Start creates an etcd pod manifest in StaticPodDir.
Click to show internal directories.
Click to hide internal directories.