package preflight
import "k8s.io/apiserver/pkg/storage/etcd3/preflight"
Index ¶
Types ¶
type EtcdConnection ¶
type EtcdConnection struct {
ServerList []string
}
EtcdConnection holds the Etcd server list
func (EtcdConnection) CheckEtcdServers ¶
func (con EtcdConnection) CheckEtcdServers() (done bool, err error)
CheckEtcdServers will attempt to reach all etcd servers once. If any can be reached, return true.
Source Files ¶
checks.go
- Version
- v0.36.0 (latest)
- Published
- Apr 22, 2026
- Platform
- linux/amd64
- Imports
- 5 packages
- Last checked
- 4 days ago –
Tools for package owners.