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
This commit is contained in:
krishhna24
2026-06-24 11:39:20 +00:00
committed by Kubernetes Publisher
parent e41ce8170c
commit 7627ac214b
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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.