mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 05:36:12 +00:00
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:
@@ -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"`
|
||||
|
Reference in New Issue
Block a user