From b9623e18bfc2dacad93803fecbf8bb640952bd1b Mon Sep 17 00:00:00 2001 From: arkadijs Date: Thu, 14 Jun 2018 17:40:28 +0300 Subject: [PATCH] Typo in authentication.md (#9039) --- content/en/docs/reference/access-authn-authz/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/access-authn-authz/authentication.md b/content/en/docs/reference/access-authn-authz/authentication.md index 81be4a8dfb..296fd4d3a6 100644 --- a/content/en/docs/reference/access-authn-authz/authentication.md +++ b/content/en/docs/reference/access-authn-authz/authentication.md @@ -789,7 +789,7 @@ include metadata about the response. } ``` -The executed command is expected to print an `ExceCredential` to `stdout`. `k8s.io/client-go` +The executed command is expected to print an `ExecCredential` to `stdout`. `k8s.io/client-go` will then use the returned bearer token in the `status` when authenticating against the Kubernetes API.