From e60cd1c1a675504090ed03afb1abc206c6517328 Mon Sep 17 00:00:00 2001 From: ystkfujii <76274657+ystkfujii@users.noreply.github.com> Date: Mon, 14 Jun 2021 15:51:52 +0900 Subject: [PATCH] Update content/ja/docs/reference/access-authn-authz/authentication.md Co-authored-by: atoato88 --- content/ja/docs/reference/access-authn-authz/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ja/docs/reference/access-authn-authz/authentication.md b/content/ja/docs/reference/access-authn-authz/authentication.md index b68a3974e7..0da6de5a1f 100644 --- a/content/ja/docs/reference/access-authn-authz/authentication.md +++ b/content/ja/docs/reference/access-authn-authz/authentication.md @@ -504,7 +504,7 @@ Kubernetes APIサーバーは、下位互換のためにデフォルトで`authe {{% tab name="authentication.k8s.io/v1" %}} ```yaml { - "apiVersion": "authentication.k8s.io/v1beta1", + "apiVersion": "authentication.k8s.io/v1", "kind": "TokenReview", "status": { "authenticated": false,