Commit ead40ebd authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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 ```
parents 2ff0fb7e 312d117f
...@@ -86,7 +86,7 @@ type Event struct { ...@@ -86,7 +86,7 @@ type Event struct {
// RequestURI is the request URI as sent by the client to a server. // RequestURI is the request URI as sent by the client to a server.
RequestURI string `json:"requestURI"` RequestURI string `json:"requestURI"`
// Verb is the kubernetes verb associated with the request. // 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"` Verb string `json:"verb"`
// Authenticated user information. // Authenticated user information.
User authnv1.UserInfo `json:"user"` User authnv1.UserInfo `json:"user"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment