mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-29 13:53:26 -04:00
Updating the error message to say node instead of minion
This commit is contained in:
parent
5726ca55d8
commit
4e02aef87d
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue