From b3913395c5a56de7cb688aefdf334fdf79f25036 Mon Sep 17 00:00:00 2001 From: carlory Date: Wed, 25 Sep 2024 11:43:47 +0800 Subject: [PATCH] drop the option mark from the InvolvedObject field of internal event object --- pkg/apis/core/types.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/apis/core/types.go b/pkg/apis/core/types.go index 96e9b0a5c6e..ec2fbc6fb4d 100644 --- a/pkg/apis/core/types.go +++ b/pkg/apis/core/types.go @@ -5683,7 +5683,6 @@ type Event struct { metav1.ObjectMeta // The object that this event is about. Mapped to events.Event.regarding - // +optional InvolvedObject ObjectReference // Optional; this should be a short, machine understandable string that gives the reason