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:
Kubernetes Prow Robot
2020-10-05 06:23:06 -07:00
committed by GitHub
7 changed files with 20 additions and 28 deletions

View File

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