Fix comment of limitranges

The comment of limitrages' API seems to be copied from
pkg/registry/autoscaling/horizontalpodautoscaler/storage/storage.go
with the other implementation code.
It is a little difficult to understand what is the API, then this
PR fixes it.
pull/6/head
Ken'ichi Ohmichi 2017-08-15 13:40:49 -07:00
parent df8287c91d
commit 5b108c5ec1
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ type REST struct {
*genericregistry.Store
}
// NewREST returns a RESTStorage object that will work against horizontal pod autoscalers.
// NewREST returns a RESTStorage object that will work against limitranges.
func NewREST(optsGetter generic.RESTOptionsGetter) *REST {
store := &genericregistry.Store{
Copier: api.Scheme,