Commit 312d117f authored by Cao Shufeng's avatar Cao Shufeng

Fix doc about Verb for advanced audit feature

parent ee0de5f3
......@@ -57,7 +57,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"`
......
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