File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
content/zh-cn/docs/reference/access-authn-authz Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -148,14 +148,22 @@ The resource and subresource is determined from the incoming request's path:
148
148
资源和子资源是根据传入请求的路径确定的:
149
149
150
150
<!--
151
- Kubelet API | resource | subresource
151
+ Kubelet API | resource | subresource
152
+ --------------------|----------|------------
153
+ /stats/\* | nodes | stats
154
+ /metrics/\* | nodes | metrics
155
+ /logs/\* | nodes | log
156
+ /spec/\* | nodes | spec
157
+ /checkpoint/\* | nodes | checkpoint
158
+ *all others* | nodes | proxy
152
159
-->
153
160
Kubelet API | 资源 | 子资源
154
161
-------------|----------|------------
155
162
/stats/\* | nodes | stats
156
163
/metrics/\* | nodes | metrics
157
164
/logs/\* | nodes | log
158
165
/spec/\* | nodes | spec
166
+ /checkpoint/\* | nodes | checkpoint
159
167
** 其它所有** | nodes | proxy
160
168
161
169
<!--
You can’t perform that action at this time.
0 commit comments