Get
read the specified Event
HTTP Request
GET /api/v1/namespaces/default/events
Query Parameters
Parameter
Description
fieldSelector
A selector to restrict the list of returned objects by their fields.
Example:
{uid} is the uid of resource, {name} is the name of resource, {kind} is the kind of resource
resource could be pod, job, service and secret
{kind} could be Pod, Job, Service, Secret
Response
Code
Description
OK
400
Bad Request
500
Server Error
Last updated