Merge pull request #69667 from zhanghoondennisoh/user-and-path

Update two doc.go files under staging/src/k8s.io/apiserver

Kubernetes-commit: d6b0863eb0f9a7e0a5820b0dfd93cf6d049c2c77
This commit is contained in:
Kubernetes Publisher 2019-01-11 11:49:08 -08:00
commit f8bb8f1dd6
2 changed files with 2 additions and 2 deletions

View File

@ -16,4 +16,4 @@ limitations under the License.
// Package user contains utilities for dealing with simple user exchange in the auth
// packages. The user.Info interface defines an interface for exchanging that info.
package user
package user // import "k8s.io/apiserver/pkg/authentication/user"

View File

@ -15,4 +15,4 @@ limitations under the License.
*/
// Package path contains an authorizer that allows certain paths and path prefixes.
package path
package path // import "k8s.io/apiserver/pkg/authorization/path"