...

Text file src/k8s.io/api/testdata/v1.28.0/core.v1.Event.json

Documentation: k8s.io/api/testdata/v1.28.0

     1{
     2  "kind": "Event",
     3  "apiVersion": "v1",
     4  "metadata": {
     5    "name": "nameValue",
     6    "generateName": "generateNameValue",
     7    "namespace": "namespaceValue",
     8    "selfLink": "selfLinkValue",
     9    "uid": "uidValue",
    10    "resourceVersion": "resourceVersionValue",
    11    "generation": 7,
    12    "creationTimestamp": "2008-01-01T01:01:01Z",
    13    "deletionTimestamp": "2009-01-01T01:01:01Z",
    14    "deletionGracePeriodSeconds": 10,
    15    "labels": {
    16      "labelsKey": "labelsValue"
    17    },
    18    "annotations": {
    19      "annotationsKey": "annotationsValue"
    20    },
    21    "ownerReferences": [
    22      {
    23        "apiVersion": "apiVersionValue",
    24        "kind": "kindValue",
    25        "name": "nameValue",
    26        "uid": "uidValue",
    27        "controller": true,
    28        "blockOwnerDeletion": true
    29      }
    30    ],
    31    "finalizers": [
    32      "finalizersValue"
    33    ],
    34    "managedFields": [
    35      {
    36        "manager": "managerValue",
    37        "operation": "operationValue",
    38        "apiVersion": "apiVersionValue",
    39        "time": "2004-01-01T01:01:01Z",
    40        "fieldsType": "fieldsTypeValue",
    41        "fieldsV1": {},
    42        "subresource": "subresourceValue"
    43      }
    44    ]
    45  },
    46  "involvedObject": {
    47    "kind": "kindValue",
    48    "namespace": "namespaceValue",
    49    "name": "nameValue",
    50    "uid": "uidValue",
    51    "apiVersion": "apiVersionValue",
    52    "resourceVersion": "resourceVersionValue",
    53    "fieldPath": "fieldPathValue"
    54  },
    55  "reason": "reasonValue",
    56  "message": "messageValue",
    57  "source": {
    58    "component": "componentValue",
    59    "host": "hostValue"
    60  },
    61  "firstTimestamp": "2006-01-01T01:01:01Z",
    62  "lastTimestamp": "2007-01-01T01:01:01Z",
    63  "count": 8,
    64  "type": "typeValue",
    65  "eventTime": "2010-01-01T01:01:01.000010Z",
    66  "series": {
    67    "count": 1,
    68    "lastObservedTime": "2002-01-01T01:01:01.000002Z"
    69  },
    70  "action": "actionValue",
    71  "related": {
    72    "kind": "kindValue",
    73    "namespace": "namespaceValue",
    74    "name": "nameValue",
    75    "uid": "uidValue",
    76    "apiVersion": "apiVersionValue",
    77    "resourceVersion": "resourceVersionValue",
    78    "fieldPath": "fieldPathValue"
    79  },
    80  "reportingComponent": "reportingComponentValue",
    81  "reportingInstance": "reportingInstanceValue"
    82}

View as plain text