Skip to content

Commit

Permalink
Corrected comments of node.NewStorage
Browse files Browse the repository at this point in the history
  • Loading branch information
k82cn committed Jul 23, 2016
1 parent 180e671 commit 2ee0f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/registry/node/etcd/etcd.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func (r *StatusREST) Update(ctx api.Context, name string, objInfo rest.UpdatedOb
return r.store.Update(ctx, name, objInfo)
}

// NewREST returns a RESTStorage object that will work against nodes.
// NewStorage returns a NodeStorage object that will work against nodes.
func NewStorage(opts generic.RESTOptions, connection client.ConnectionInfoGetter, proxyTransport http.RoundTripper) NodeStorage {
prefix := "/minions"

Expand Down

0 comments on commit 2ee0f69

Please sign in to comment.