Merge pull request #46416 from CaoShuFeng/audit_doc

Automatic merge from submit-queue (batch tested with PRs 46456, 46675, 46676, 46416, 46375)

Fix doc about Verb for advanced audit feature

This patch is commited to address the following comment:
https://github.com/kubernetes/kubernetes/pull/45315#discussion_r117107507
**Release note**:

```
NONE
```
This commit is contained in:
Kubernetes Submit Queue
2017-06-03 00:28:50 -07:00
committed by GitHub

View File

@@ -86,7 +86,7 @@ type Event struct {
// RequestURI is the request URI as sent by the client to a server.
RequestURI string `json:"requestURI"`
// Verb is the kubernetes verb associated with the request.
// For non-resource requests, this is identical to HttpMethod.
// For non-resource requests, this is the lower-cased HTTP method.
Verb string `json:"verb"`
// Authenticated user information.
User authnv1.UserInfo `json:"user"`