coreos / fleet

fleet ties together systemd and etcd into a distributed init system
Apache License 2.0
2.42k stars 302 forks source link

functional: allow MemberCommand to return stderr #1702

Closed dongsupark closed 7 years ago

dongsupark commented 7 years ago

Remove Cluster.MemberCommand(), rename MemberCommandStderr() to MemberCommand(), and update every call site accordingly. That way we can clean up leftovers from https://github.com/coreos/fleet/pull/1700.

dongsupark commented 7 years ago

I just did double-checks. It looks fine. As it's trivial clean-ups, I'm merging.