vcenter namespaces events events: event
The
event
contains selected fields from the corresponding Kubernetes event. Please refer Kubernetes Events API for more details.Representation:
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
name | string | The name of the involved Kubernetes object.
|
kind | string | The kind of the involved Kubernetes object.
|
type | string | The type of event.
|
message | string | The message in the event.
|
reason | string | The reason for this event.
|
component | string | The Kubernetes component that generated this event.
|
count | long | Number of times this event occurred.
|
last_time_stamp | long | The time at which the most recent occurrence of this event was recorded.
|