Update basic audit filter's comment message
Kubernetes-commit: 267288249b0dac2e7ae60bd53bef2afe8a574c28
This commit is contained in:
parent
565c48cee7
commit
ad7e6c7d72
|
|
@ -83,7 +83,9 @@ var _ http.Hijacker = &fancyResponseWriterDelegator{}
|
|||
// - source ip of the request
|
||||
// - HTTP method being invoked
|
||||
// - original user invoking the operation
|
||||
// - original user's groups info
|
||||
// - impersonated user for the operation
|
||||
// - impersonated groups info
|
||||
// - namespace of the request or <none>
|
||||
// - uri is the full URI as requested
|
||||
// 2. the response line containing:
|
||||
|
|
|
|||
Loading…
Reference in New Issue