Skip to content

Commit

Permalink
more-info added
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajiyah-Salat committed May 15, 2023
1 parent 14a74f3 commit d678684
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/book/src/reference/creating-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Event(object runtime.Object, eventtype, reason, message string)
- `eventtype` is this event type, and is either *Normal* or *Warning*.
- `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.
- `message` is intended to be consumed by humans.
More [info](https://github.com/kubernetes/api/blob/6c11c9e4685cc62e4ddc8d4aaa824c46150c9148/core/v1/types.go#L6019-L6024):


<aside class="note">
<h1>Example Usage</h1>
Expand Down

0 comments on commit d678684

Please sign in to comment.