@@ -71,14 +71,14 @@ For non-resource requests, this is the lower-cased HTTP method.</p>
71
71
</td >
72
72
</tr >
73
73
<tr ><td ><code >user</code > <B >[Required]</B ><br />
74
- <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28 /#userinfo-v1-authentication-k8s-io " ><code >authentication/v1.UserInfo</code ></a >
74
+ <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29 /#userinfo-v1-authentication-k8s-io " ><code >authentication/v1.UserInfo</code ></a >
75
75
</td >
76
76
<td >
77
77
<p >Authenticated user information.</p >
78
78
</td >
79
79
</tr >
80
80
<tr ><td ><code >impersonatedUser</code ><br />
81
- <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28 /#userinfo-v1-authentication-k8s-io " ><code >authentication/v1.UserInfo</code ></a >
81
+ <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29 /#userinfo-v1-authentication-k8s-io " ><code >authentication/v1.UserInfo</code ></a >
82
82
</td >
83
83
<td >
84
84
<p >Impersonated user information.</p >
@@ -116,7 +116,7 @@ Does not apply for List-type requests, or non-resource requests.</p>
116
116
</td >
117
117
</tr >
118
118
<tr ><td ><code >responseStatus</code ><br />
119
- <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28 /#status-v1-meta " ><code >meta/v1.Status</code ></a >
119
+ <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29 /#status-v1-meta " ><code >meta/v1.Status</code ></a >
120
120
</td >
121
121
<td >
122
122
<p >The response status, populated even when the ResponseObject is not a Status type.
@@ -144,14 +144,14 @@ at Response Level.</p>
144
144
</td >
145
145
</tr >
146
146
<tr ><td ><code >requestReceivedTimestamp</code ><br />
147
- <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28 /#microtime-v1-meta " ><code >meta/v1.MicroTime</code ></a >
147
+ <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29 /#microtime-v1-meta " ><code >meta/v1.MicroTime</code ></a >
148
148
</td >
149
149
<td >
150
150
<p >Time the request reached the apiserver.</p >
151
151
</td >
152
152
</tr >
153
153
<tr ><td ><code >stageTimestamp</code ><br />
154
- <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28 /#microtime-v1-meta " ><code >meta/v1.MicroTime</code ></a >
154
+ <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29 /#microtime-v1-meta " ><code >meta/v1.MicroTime</code ></a >
155
155
</td >
156
156
<td >
157
157
<p >Time the request reached current audit stage.</p >
@@ -188,7 +188,7 @@ should be short. Annotations are included in the Metadata level.</p>
188
188
189
189
190
190
<tr ><td ><code >metadata</code ><br />
191
- <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28 /#listmeta-v1-meta " ><code >meta/v1.ListMeta</code ></a >
191
+ <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29 /#listmeta-v1-meta " ><code >meta/v1.ListMeta</code ></a >
192
192
</td >
193
193
<td >
194
194
<span class =" text-muted " >No description provided.</span ></td >
@@ -223,7 +223,7 @@ categories are logged.</p>
223
223
224
224
225
225
<tr ><td ><code >metadata</code ><br />
226
- <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28 /#objectmeta-v1-meta " ><code >meta/v1.ObjectMeta</code ></a >
226
+ <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29 /#objectmeta-v1-meta " ><code >meta/v1.ObjectMeta</code ></a >
227
227
</td >
228
228
<td >
229
229
<p >ObjectMeta is included for interoperability with API infrastructure.</p >
@@ -278,7 +278,7 @@ in a rule will override the global default.</p>
278
278
279
279
280
280
<tr ><td ><code >metadata</code ><br />
281
- <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28 /#listmeta-v1-meta " ><code >meta/v1.ListMeta</code ></a >
281
+ <a href =" https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29 /#listmeta-v1-meta " ><code >meta/v1.ListMeta</code ></a >
282
282
</td >
283
283
<td >
284
284
<span class =" text-muted " >No description provided.</span ></td >
@@ -321,12 +321,14 @@ The empty string represents the core API group.</p>
321
321
</td >
322
322
<td >
323
323
<p >Resources is a list of resources this rule applies to.</p >
324
- <p >For example:
325
- 'pods' matches pods.
326
- 'pods/log' matches the log subresource of pods.
327
- '&ast ; ' matches all resources and their subresources.
328
- 'pods/&ast ; ' matches all subresources of pods.
329
- '&ast ; /scale' matches all scale subresources.</p >
324
+ <p >For example:</p >
325
+ <ul >
326
+ <li ><code >pods</code > matches pods.</li >
327
+ <li ><code >pods/log</code > matches the log subresource of pods.</li >
328
+ <li ><code >*</code > matches all resources and their subresources.</li >
329
+ <li ><code >pods/*</code > matches all subresources of pods.</li >
330
+ <li ><code >*/scale</code > matches all scale subresources.</li >
331
+ </ul >
330
332
<p >If wildcard is present, the validation rule will ensure resources do not
331
333
overlap with each other.</p >
332
334
<p >An empty list implies all resources and subresources in this API groups apply.</p >
@@ -500,10 +502,12 @@ An empty list implies every namespace.</p>
500
502
</td >
501
503
<td >
502
504
<p >NonResourceURLs is a set of URL paths that should be audited.
503
- &ast ; s are allowed, but only as the full, final step in the path.
504
- Examples:
505
- " ; /metrics" ; - Log requests for apiserver metrics
506
- " ; /healthz&ast ;" ; - Log all health checks</p >
505
+ <code >* </code >s are allowed, but only as the full, final step in the path.
506
+ Examples:</p >
507
+ <ul >
508
+ <li ><code >/metrics</code > - Log requests for apiserver metrics</li >
509
+ <li ><code >/healthz*</code > - Log all health checks</li >
510
+ </ul >
507
511
</td >
508
512
</tr >
509
513
<tr ><td ><code >omitStages</code ><br />
@@ -551,4 +555,4 @@ Policy.OmitManagedFields will stand.</li>
551
555
552
556
553
557
554
-
558
+
0 commit comments