8000 Adjust wording per feedback thread · kubernetes/website@8dc9b08 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8dc9b08

Browse files
authored
Adjust wording per feedback thread
1 parent 5112c25 commit 8dc9b08

File tree

1 file changed

+3
-3
lines changed
  • content/en/docs/tasks/debug/debug-cluster

1 file changed

+3
-3
lines changed

content/en/docs/tasks/debug/debug-cluster/audit.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ compared against the list of rules in order. The first matching rule sets the
6666
_audit level_ of the event. The defined audit levels are:
6767

6868
- `None` - don't log events that match this rule.
69-
- `Metadata` - log event metadata (requesting user, timestamp, resource,
69+
- `Metadata` - log events with metadata (requesting user, timestamp, resource,
7070
verb, etc.) but not request or response body.
71-
- `Request` - log event metadata and request body but not response body.
71+
- `Request` - log events with request metadata and body but not response body.
7272
This does not apply for non-resource requests.
73-
- `RequestResponse` - log event metadata, request and response bodies.
73+
- `RequestResponse` - log events with request metadata, request body and response body.
7474
This does not apply for non-resource requests.
7575

7676
You can pass a file with the policy to `kube-apiserver`

0 commit comments

Comments
 (0)
0