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