diff --git a/pkg/apiserver/errors.go b/pkg/apiserver/errors.go old mode 100644 new mode 100755 index 7f778b7720d..e75e4bd826a --- a/pkg/apiserver/errors.go +++ b/pkg/apiserver/errors.go @@ -133,7 +133,7 @@ func (e errNotAcceptable) Status() unversioned.Status { } } -// errNotAcceptable indicates Content-Type is not recognized +// errUnsupportedMediaType indicates Content-Type is not recognized // TODO: move to api/errors if other code needs to return this type errUnsupportedMediaType struct { accepted []string