diff --git a/pkg/apiserver/errors.go b/pkg/apiserver/errors.go old mode 100644 new mode 100755 index 9f10c5c9cff..521ead2c43f --- a/pkg/apiserver/errors.go +++ b/pkg/apiserver/errors.go @@ -126,7 +126,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