Commit 6dc69920 authored by Jeff Lowdermilk's avatar Jeff Lowdermilk

Merge pull request #10192 from nikhiljindal/etcdError

Updating the error message to say node instead of minion
parents d212ea17 4e02aef8
......@@ -64,7 +64,7 @@ func NewStorage(h tools.EtcdHelper, connection client.ConnectionInfoGetter) (*RE
return obj.(*api.Node).Name, nil
},
PredicateFunc: minion.MatchNode,
EndpointName: "minion",
EndpointName: "node",
CreateStrategy: minion.Strategy,
UpdateStrategy: minion.Strategy,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment