vcenter namespaces events events: event

The event contains selected fields from the corresponding Kubernetes event. Please refer Kubernetes Events API for more details.

Representation:

{
    "reason""string",
    "component""string",
    "last_time_stamp"1,
    "kind""string",
    "name""string",
    "count"1,
    "type""string",
    "message""string"
}

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.