v1

latestOpenAPI 3.0.02026-07-141,1067693.3 MB
core_v1

read the specified Event

get/api/v1/namespaces/{namespace}/events/{name}

Response

OK

actionstring

What action was taken/failed regarding to the Regarding object.

apiVersionstring

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources

countinteger

The number of times this event has occurred.

eventTimestring date-time

MicroTime is version of Time with microsecond level precision.

firstTimestampstring date-time

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

kindstring

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

lastTimestampstring date-time

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

messagestring

A human-readable description of the status of this operation.

reasonstring

This should be a short, machine understandable string that gives the reason for the transition into the object's current status.

reportingComponentstring

Name of the controller that emitted this Event, e.g. kubernetes.io/kubelet.

reportingInstancestring

ID of the controller instance, e.g. kubelet-xyzf.

typestring

Type of this event (Normal, Warning), new types could be added in the future