change an to a

This commit is contained in:
xuchi
2019-03-07 10:34:00 +08:00
parent 9eebfe7a04
commit 93983289ad

View File

@@ -23,7 +23,7 @@ import (
)
// allAuthenticated matches k8s.io/apiserver/pkg/authentication/user.AllAuthenticated,
// but we don't want an client library (which must include types), depending on a server library
// but we don't want a client library (which must include types), depending on a server library
const allAuthenticated = "system:authenticated"
func addConversionFuncs(scheme *runtime.Scheme) error {