mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
Merge pull request #94910 from yashvardhan-kukreja/issue-94602/fix-comment-declaration-event
Cleaned up: the potentially misleading comment under Event struct
This commit is contained in:
@@ -4568,10 +4568,10 @@ const (
|
||||
// TODO: Decide whether to store these separately or with the object they apply to.
|
||||
type Event struct {
|
||||
metav1.TypeMeta
|
||||
// +optional
|
||||
|
||||
metav1.ObjectMeta
|
||||
|
||||
// Required. The object that this event is about. Mapped to events.Event.regarding
|
||||
// The object that this event is about. Mapped to events.Event.regarding
|
||||
// +optional
|
||||
InvolvedObject ObjectReference
|
||||
|
||||
|
||||
Reference in New Issue
Block a user