From 7627ac214bca9aab009dd6fcba6b278aabca55f1 Mon Sep 17 00:00:00 2001 From: krishhna24 Date: Wed, 24 Jun 2026 11:39:20 +0000 Subject: [PATCH] events: regenerate API docs for commentstart rule Regenerated swagger docs, openapi spec, protobuf definitions, and apply configurations to reflect the updated metadata field godoc. Kubernetes-commit: fb3cf74c50ec5d117a7d17f1115c9413fd492c3d --- applyconfigurations/events/v1/event.go | 2 +- applyconfigurations/events/v1beta1/event.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/applyconfigurations/events/v1/event.go b/applyconfigurations/events/v1/event.go index 70d8587bf..e5c572173 100644 --- a/applyconfigurations/events/v1/event.go +++ b/applyconfigurations/events/v1/event.go @@ -39,7 +39,7 @@ import ( // treated as informative, best-effort, supplemental data. type EventApplyConfiguration struct { metav1.TypeMetaApplyConfiguration `json:""` - // Standard object's metadata. + // metadata is the standard object's metadata. // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata *metav1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"` // eventTime is the time when this Event was first observed. It is required. diff --git a/applyconfigurations/events/v1beta1/event.go b/applyconfigurations/events/v1beta1/event.go index 1343ee4c6..a4a6abe6d 100644 --- a/applyconfigurations/events/v1beta1/event.go +++ b/applyconfigurations/events/v1beta1/event.go @@ -39,7 +39,7 @@ import ( // treated as informative, best-effort, supplemental data. type EventApplyConfiguration struct { v1.TypeMetaApplyConfiguration `json:""` - // Standard object's metadata. + // metadata is the standard object's metadata. // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata *v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"` // eventTime is the time when this Event was first observed. It is required.