package preflight
import "k8s.io/kubernetes/cmd/kube-apiserver/app/preflight"
Index ¶
Types ¶
type EtcdConnection ¶
type EtcdConnection struct { ServerList []string }
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
- v1.6.9
- Published
- Aug 23, 2017
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 17 minutes ago –
Tools for package owners.