Update two doc.go files under staging/src/k8s.io/apiserver
Signed-off-by: Zhang-hoon Dennis Oh <zhanghoondennisoh@gmail.com> Kubernetes-commit: f48480953e00f39e108833fd88a1d614459053a7
This commit is contained in:
parent
a2207e5ce8
commit
dfaa27e10c
|
@ -16,4 +16,4 @@ limitations under the License.
|
||||||
|
|
||||||
// Package user contains utilities for dealing with simple user exchange in the auth
|
// 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.
|
// packages. The user.Info interface defines an interface for exchanging that info.
|
||||||
package user
|
package user // import "k8s.io/apiserver/pkg/authentication/user"
|
||||||
|
|
|
@ -15,4 +15,4 @@ limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Package path contains an authorizer that allows certain paths and path prefixes.
|
// Package path contains an authorizer that allows certain paths and path prefixes.
|
||||||
package path
|
package path // import "k8s.io/apiserver/pkg/authorization/path"
|
||||||
|
|
Loading…
Reference in New Issue