mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-14 06:15:45 +00:00
Fix doc about Verb for advanced audit feature
This commit is contained in:
parent
ee0de5f376
commit
312d117f51
@ -57,7 +57,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"`
|
||||||
|
Loading…
Reference in New Issue
Block a user