File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
content/en/docs/reference/labels-annotations-taints Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,20 @@ The annotations apply to audit events. Audit events are different from objects i
20
20
21
21
<!-- body -->
22
22
23
+ ## k8s.io/deprecated
24
+
25
+ Example: ` k8s.io/deprecated: "true" `
26
+
27
+ Value ** must** be "true" or "false". The value "true" indicates that the
28
+ request used a deprecated API version.
29
+
30
+ ## k8s.io/removed-release
31
+
32
+ Example: ` k8s.io/removed-release: "1.22" `
33
+
34
+ Value ** must** be in the format "<major >.<minor >". It is set to target the removal release
35
+ on requests made to deprecated API versions with a target removal release.
36
+
23
37
## pod-security.kubernetes.io/exempt
24
38
25
39
Example: ` pod-security.kubernetes.io/exempt: namespace `
You can’t perform that action at this time.
0 commit comments