Skip to content

Commit 6fda616

Browse files
committed
editing as per reviews
Signed-off-by: Ritikaa96 <[email protected]>
1 parent 4ba533f commit 6fda616

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/en/docs/reference/labels-annotations-taints/audit-annotations.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ The annotations apply to audit events. Audit events are different from objects i
2222

2323
## k8s.io/deprecated
2424

25-
Example: `k8s.io/deprecated: true`
25+
Example: `k8s.io/deprecated: "true"`
2626

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.
2929

3030
## k8s.io/removed-release
3131

32-
Example: `k8s.io/removed-release: 1.22`
32+
Example: `k8s.io/removed-release: "1.22"`
3333

3434
Value **must** be in the format "<major>.<minor>". It is set to target the removal release
3535
on requests made to deprecated API versions with a target removal release.

0 commit comments

Comments
 (0)