Rename client Minions->Nodes, select the correct path for v1beta3

Replaces the client public interface but leaves old references to "minions"
for a later refactor.  Selects the path "nodes" for v1beta3 and "minions"
for older versions.
This commit is contained in:
Clayton Coleman
2014-12-08 00:56:43 -05:00
parent d0087dfe62
commit d1d7505272
15 changed files with 103 additions and 62 deletions

View File

@@ -176,7 +176,7 @@ type MinionDescriber struct {
}
func (d *MinionDescriber) Describe(namespace, name string) (string, error) {
mc := d.Minions()
mc := d.Nodes()
minion, err := mc.Get(name)
if err != nil {
return "", err