Kazan v0.3.0 Kazan.Models.V1.Event
Event is a report of an event somewhere in the cluster.
Properties
count
::Integer
- The number of times this event has occurred.
first_timestamp
::Kazan.Models.Unversioned.Time
- The time at which the event was first recorded. (Time of server receipt is in TypeMeta.)
involved_object
::Kazan.Models.V1.ObjectReference
- The object that this event is about.
last_timestamp
::Kazan.Models.Unversioned.Time
- The time at which the most recent occurrence of this event was recorded.
message
::String
- A human-readable description of the status of this operation.
metadata
::Kazan.Models.V1.ObjectMeta
- Standard object’s metadata. More info.
reason
::String
- This should be a short, machine understandable string that gives the reason for the transition into the object’s current status.
source
::Kazan.Models.V1.EventSource
- The component reporting this event. Should be a short machine understandable string.
type
::String
- Type of this event (Normal, Warning), new types could be added in the future