eventList

eventList
eventList
JSON Example
{
    "items": [
        {
            "objectId": "string",
            "metadata": {
                "name": "string",
                "namespace": "string",
                "uid": "string"
            },
            "message": "string",
            "reason": "string",
            "type": "string",
            "involvedObject": {
                "name": "string",
                "kind": "string",
                "namespace": "string"
            },
            "firstTimestamp": "string",
            "lastTimestamp": "string",
            "clusterName": "string",
            "clusterId": "string",
            "count": "number",
            "kind": "string",
            "source": {
                "component": "string"
            },
            "owner": "string"
        }
    ]
}
array of event
items
Optional

List of Events deployed on Kuberneetes Cluster

Returned By