kubernetes/staging/src/k8s.io/api/testdata/v1.31.0/core.v1.Event.json

{
  "kind": "Event",
  "apiVersion": "v1",
  "metadata": {
    "name": "nameValue",
    "generateName": "generateNameValue",
    "namespace": "namespaceValue",
    "selfLink": "selfLinkValue",
    "uid": "uidValue",
    "resourceVersion": "resourceVersionValue",
    "generation": 7,
    "creationTimestamp": "2008-01-01T01:01:01Z",
    "deletionTimestamp": "2009-01-01T01:01:01Z",
    "deletionGracePeriodSeconds": 10,
    "labels": {
      "labelsKey": "labelsValue"
    },
    "annotations": {
      "annotationsKey": "annotationsValue"
    },
    "ownerReferences": [
      {
        "apiVersion": "apiVersionValue",
        "kind": "kindValue",
        "name": "nameValue",
        "uid": "uidValue",
        "controller": true,
        "blockOwnerDeletion": true
      }
    ],
    "finalizers": [
      "finalizersValue"
    ],
    "managedFields": [
      {
        "manager": "managerValue",
        "operation": "operationValue",
        "apiVersion": "apiVersionValue",
        "time": "2004-01-01T01:01:01Z",
        "fieldsType": "fieldsTypeValue",
        "fieldsV1": {},
        "subresource": "subresourceValue"
      }
    ]
  },
  "involvedObject": {
    "kind": "kindValue",
    "namespace": "namespaceValue",
    "name": "nameValue",
    "uid": "uidValue",
    "apiVersion": "apiVersionValue",
    "resourceVersion": "resourceVersionValue",
    "fieldPath": "fieldPathValue"
  },
  "reason": "reasonValue",
  "message": "messageValue",
  "source": {
    "component": "componentValue",
    "host": "hostValue"
  },
  "firstTimestamp": "2006-01-01T01:01:01Z",
  "lastTimestamp": "2007-01-01T01:01:01Z",
  "count": 8,
  "type": "typeValue",
  "eventTime": "2010-01-01T01:01:01.000010Z",
  "series": {
    "count": 1,
    "lastObservedTime": "2002-01-01T01:01:01.000002Z"
  },
  "action": "actionValue",
  "related": {
    "kind": "kindValue",
    "namespace": "namespaceValue",
    "name": "nameValue",
    "uid": "uidValue",
    "apiVersion": "apiVersionValue",
    "resourceVersion": "resourceVersionValue",
    "fieldPath": "fieldPathValue"
  },
  "reportingComponent": "reportingComponentValue",
  "reportingInstance": "reportingInstanceValue"
}