Skip to content

Commit

Permalink
Update docs/book/src/reference/creating-events.md
Browse files Browse the repository at this point in the history
Co-authored-by: Camila Macedo <7708031+camilamacedo86@users.noreply.github.com>
  • Loading branch information
Sajiyah-Salat and camilamacedo86 committed May 17, 2023
1 parent 879afc5 commit 7e74234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/reference/creating-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Event(object runtime.Object, eventtype, reason, message string)
```

- `object` is the object this event is about.
- `eventtype` is this event type, and is either *Normal* or *Warning*. [More info][Event-Example]
- `eventtype` is this event type, and is either *Normal* or *Warning*. ([More info][Event-Example])
- `reason` is the reason this event is generated. It should be short and unique with `UpperCamelCase` format. The value could appear in *switch* statements by automation. ([More info][[Reason-Example]])
- `message` is intended to be consumed by humans. ([More info][Message-Example])

Expand Down

0 comments on commit 7e74234

Please sign in to comment.