mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
Cleaned up and fixed: the potentially misleading comments around 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