Commit ad4243f6 authored by k8s-merge-robot's avatar k8s-merge-robot Committed by GitHub

Merge pull request #29507 from k82cn/update_node_NewStorage_comments

Automatic merge from submit-queue Corrected comments of node.NewStorage Corrected comments of `node.NewStorage`.
parents dae26b43 2ee0f69e
...@@ -64,7 +64,7 @@ func (r *StatusREST) Update(ctx api.Context, name string, objInfo rest.UpdatedOb ...@@ -64,7 +64,7 @@ func (r *StatusREST) Update(ctx api.Context, name string, objInfo rest.UpdatedOb
return r.store.Update(ctx, name, objInfo) 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 { func NewStorage(opts generic.RESTOptions, connection client.ConnectionInfoGetter, proxyTransport http.RoundTripper) NodeStorage {
prefix := "/minions" prefix := "/minions"
......
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