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 subresourcepull/48172/head
parent
3ad5591585
commit
3b267126e9
|
@ -66,11 +66,12 @@ DELETE | delete
|
||||||
The resource and subresource is determined from the incoming request's path:
|
The resource and subresource is determined from the incoming request's path:
|
||||||
|
|
||||||
Kubelet API | resource | subresource
|
Kubelet API | resource | subresource
|
||||||
-------------|----------|------------
|
--------------------|----------|------------
|
||||||
/stats/\* | nodes | stats
|
/stats/\* | nodes | stats
|
||||||
/metrics/\* | nodes | metrics
|
/metrics/\* | nodes | metrics
|
||||||
/logs/\* | nodes | log
|
/logs/\* | nodes | log
|
||||||
/spec/\* | nodes | spec
|
/spec/\* | nodes | spec
|
||||||
|
/checkpoint/\* | nodes | checkpoint
|
||||||
*all others* | nodes | proxy
|
*all others* | nodes | proxy
|
||||||
|
|
||||||
The namespace and API group attributes are always an empty string, and
|
The namespace and API group attributes are always an empty string, and
|
||||||
|
|
Loading…
Reference in New Issue