From a7a4624d67ed3b47858e1612956b9e0c4ba177f5 Mon Sep 17 00:00:00 2001 From: Cao Shufeng Date: Fri, 17 Aug 2018 11:35:57 +0800 Subject: [PATCH] run make update Kubernetes-commit: 2c19a5d43c772d9a2f2427591ec3d8d863b7d4fe --- pkg/apis/audit/v1/generated.proto | 7 ++++--- pkg/apis/audit/v1alpha1/generated.proto | 7 ++++--- pkg/apis/audit/v1beta1/generated.proto | 7 ++++--- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/pkg/apis/audit/v1/generated.proto b/pkg/apis/audit/v1/generated.proto index 151037986..4baad752e 100644 --- a/pkg/apis/audit/v1/generated.proto +++ b/pkg/apis/audit/v1/generated.proto @@ -97,9 +97,10 @@ message Event { // Annotations is an unstructured key value map stored with an audit event that may be set by // plugins invoked in the request serving chain, including authentication, authorization and - // admission plugins. Keys should uniquely identify the informing component to avoid name - // collisions (e.g. podsecuritypolicy.admission.k8s.io/policy). Values should be short. Annotations - // are included in the Metadata level. + // admission plugins. Note that these annotations are for the audit event, and do not correspond + // to the metadata.annotations of the submitted object. Keys should uniquely identify the informing + // component to avoid name collisions (e.g. podsecuritypolicy.admission.k8s.io/policy). Values + // should be short. Annotations are included in the Metadata level. // +optional map annotations = 15; } diff --git a/pkg/apis/audit/v1alpha1/generated.proto b/pkg/apis/audit/v1alpha1/generated.proto index 08c3402ae..507f5889b 100644 --- a/pkg/apis/audit/v1alpha1/generated.proto +++ b/pkg/apis/audit/v1alpha1/generated.proto @@ -104,9 +104,10 @@ message Event { // Annotations is an unstructured key value map stored with an audit event that may be set by // plugins invoked in the request serving chain, including authentication, authorization and - // admission plugins. Keys should uniquely identify the informing component to avoid name - // collisions (e.g. podsecuritypolicy.admission.k8s.io/policy). Values should be short. Annotations - // are included in the Metadata level. + // admission plugins. Note that these annotations are for the audit event, and do not correspond + // to the metadata.annotations of the submitted object. Keys should uniquely identify the informing + // component to avoid name collisions (e.g. podsecuritypolicy.admission.k8s.io/policy). Values + // should be short. Annotations are included in the Metadata level. // +optional map annotations = 17; } diff --git a/pkg/apis/audit/v1beta1/generated.proto b/pkg/apis/audit/v1beta1/generated.proto index 21ca3bef4..2ea4c6a60 100644 --- a/pkg/apis/audit/v1beta1/generated.proto +++ b/pkg/apis/audit/v1beta1/generated.proto @@ -107,9 +107,10 @@ message Event { // Annotations is an unstructured key value map stored with an audit event that may be set by // plugins invoked in the request serving chain, including authentication, authorization and - // admission plugins. Keys should uniquely identify the informing component to avoid name - // collisions (e.g. podsecuritypolicy.admission.k8s.io/policy). Values should be short. Annotations - // are included in the Metadata level. + // admission plugins. Note that these annotations are for the audit event, and do not correspond + // to the metadata.annotations of the submitted object. Keys should uniquely identify the informing + // component to avoid name collisions (e.g. podsecuritypolicy.admission.k8s.io/policy). Values + // should be short. Annotations are included in the Metadata level. // +optional map annotations = 17; }