Merge pull request #75083 from chi-xu/fix-20190307

change an to a
This commit is contained in:
Kubernetes Prow Robot 2019-03-20 09:52:58 -07:00 committed by GitHub
commit 2f298724e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {