From 3b267126e97476770e64ae2c517bc756f9919c59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20B=C3=A4umer?= Date: Thu, 3 Oct 2024 06:38:26 +0200 Subject: [PATCH] Add checkpoint subresource to Kublet authorization doc (#48012) * Add checkpoint subresource to Kublet authorization doc * Update kubelet-authn-authz.md * Replace `spec` with `checkpoint` in subresource --- .../access-authn-authz/kubelet-authn-authz.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/content/en/docs/reference/access-authn-authz/kubelet-authn-authz.md b/content/en/docs/reference/access-authn-authz/kubelet-authn-authz.md index 0db75a381e219..87c6dde16c7e8 100644 --- a/content/en/docs/reference/access-authn-authz/kubelet-authn-authz.md +++ b/content/en/docs/reference/access-authn-authz/kubelet-authn-authz.md @@ -65,13 +65,14 @@ DELETE | delete The resource and subresource is determined from the incoming request's path: -Kubelet API | resource | subresource --------------|----------|------------ -/stats/\* | nodes | stats -/metrics/\* | nodes | metrics -/logs/\* | nodes | log -/spec/\* | nodes | spec -*all others* | nodes | proxy +Kubelet API | resource | subresource +--------------------|----------|------------ +/stats/\* | nodes | stats +/metrics/\* | nodes | metrics +/logs/\* | nodes | log +/spec/\* | nodes | spec +/checkpoint/\* | nodes | checkpoint +*all others* | nodes | proxy The namespace and API group attributes are always an empty string, and the resource name is always the name of the kubelet's `Node` API object.