...

Text file src/k8s.io/api/testdata/v1.28.0/discovery.k8s.io.v1beta1.EndpointSlice.json

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

     1{
     2  "kind": "EndpointSlice",
     3  "apiVersion": "discovery.k8s.io/v1beta1",
     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  "addressType": "addressTypeValue",
    47  "endpoints": [
    48    {
    49      "addresses": [
    50        "addressesValue"
    51      ],
    52      "conditions": {
    53        "ready": true,
    54        "serving": true,
    55        "terminating": true
    56      },
    57      "hostname": "hostnameValue",
    58      "targetRef": {
    59        "kind": "kindValue",
    60        "namespace": "namespaceValue",
    61        "name": "nameValue",
    62        "uid": "uidValue",
    63        "apiVersion": "apiVersionValue",
    64        "resourceVersion": "resourceVersionValue",
    65        "fieldPath": "fieldPathValue"
    66      },
    67      "topology": {
    68        "topologyKey": "topologyValue"
    69      },
    70      "nodeName": "nodeNameValue",
    71      "hints": {
    72        "forZones": [
    73          {
    74            "name": "nameValue"
    75          }
    76        ]
    77      }
    78    }
    79  ],
    80  "ports": [
    81    {
    82      "name": "nameValue",
    83      "protocol": "protocolValue",
    84      "port": 3,
    85      "appProtocol": "appProtocolValue"
    86    }
    87  ]
    88}

View as plain text