ContainerEvent interface
Properties
count | The count of the event. |
first |
Date/time of the first event. |
last |
Date/time of the last event. |
message | The event message |
name | The name of the container event. |
type | The event type. |
Property Details
count
The count of the event.
count?: number
Property Value
number
firstTimestamp
Date/time of the first event.
firstTimestamp?: string
Property Value
string
lastTimestamp
Date/time of the last event.
lastTimestamp?: string
Property Value
string
message
The event message
message?: string
Property Value
string
name
The name of the container event.
name?: string
Property Value
string
type
The event type.
type?: string
Property Value
string