From 312d117f51972fdaaf691100452942c61e163224 Mon Sep 17 00:00:00 2001 From: Cao Shufeng Date: Thu, 25 May 2017 14:22:36 +0800 Subject: [PATCH] Fix doc about Verb for advanced audit feature --- staging/src/k8s.io/apiserver/pkg/apis/audit/v1alpha1/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/k8s.io/apiserver/pkg/apis/audit/v1alpha1/types.go b/staging/src/k8s.io/apiserver/pkg/apis/audit/v1alpha1/types.go index 24f135103b5..0b18795a8e7 100644 --- a/staging/src/k8s.io/apiserver/pkg/apis/audit/v1alpha1/types.go +++ b/staging/src/k8s.io/apiserver/pkg/apis/audit/v1alpha1/types.go @@ -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"`