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