From 93983289ad193f9204c27e737bf2b5e42ddeed00 Mon Sep 17 00:00:00 2001 From: xuchi Date: Thu, 7 Mar 2019 10:34:00 +0800 Subject: [PATCH] change an to a --- pkg/apis/abac/v0/conversion.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/apis/abac/v0/conversion.go b/pkg/apis/abac/v0/conversion.go index e0f78c77f18..9b6ad188d1f 100644 --- a/pkg/apis/abac/v0/conversion.go +++ b/pkg/apis/abac/v0/conversion.go @@ -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 {