kubernetes/vendor/go.etcd.io/etcd/client/pkg/v3/transport/tls.go

// ValidateSecureEndpoints scans the given endpoints against tls info, returning only those
// endpoints that could be validated as secure.
func ValidateSecureEndpoints(tlsInfo TLSInfo, eps []string) ([]string, error) {}