...

Text file src/k8s.io/api/testdata/HEAD/core.v1.Endpoints.json

Documentation: k8s.io/api/testdata/HEAD

     1{
     2  "kind": "Endpoints",
     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  "subsets": [
    47    {
    48      "addresses": [
    49        {
    50          "ip": "ipValue",
    51          "hostname": "hostnameValue",
    52          "nodeName": "nodeNameValue",
    53          "targetRef": {
    54            "kind": "kindValue",
    55            "namespace": "namespaceValue",
    56            "name": "nameValue",
    57            "uid": "uidValue",
    58            "apiVersion": "apiVersionValue",
    59            "resourceVersion": "resourceVersionValue",
    60            "fieldPath": "fieldPathValue"
    61          }
    62        }
    63      ],
    64      "notReadyAddresses": [
    65        {
    66          "ip": "ipValue",
    67          "hostname": "hostnameValue",
    68          "nodeName": "nodeNameValue",
    69          "targetRef": {
    70            "kind": "kindValue",
    71            "namespace": "namespaceValue",
    72            "name": "nameValue",
    73            "uid": "uidValue",
    74            "apiVersion": "apiVersionValue",
    75            "resourceVersion": "resourceVersionValue",
    76            "fieldPath": "fieldPathValue"
    77          }
    78        }
    79      ],
    80      "ports": [
    81        {
    82          "name": "nameValue",
    83          "port": 2,
    84          "protocol": "protocolValue",
    85          "appProtocol": "appProtocolValue"
    86        }
    87      ]
    88    }
    89  ]
    90}

View as plain text