kubernetes/staging/src/k8s.io/apiserver/pkg/storage/etcd3/healthcheck.go

type etcdHealth

// EtcdHealthCheck decodes data returned from etcd /healthz handler.
// Deprecated: Validate health by passing storagebackend.Config directly to storagefactory.CreateProber.
func EtcdHealthCheck(data []byte) error {}