1{
2 "kind": "EndpointSlice",
3 "apiVersion": "discovery.k8s.io/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 "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 "deprecatedTopology": {
68 "deprecatedTopologyKey": "deprecatedTopologyValue"
69 },
70 "nodeName": "nodeNameValue",
71 "zone": "zoneValue",
72 "hints": {
73 "forZones": [
74 {
75 "name": "nameValue"
76 }
77 ]
78 }
79 }
80 ],
81 "ports": [
82 {
83 "name": "nameValue",
84 "protocol": "protocolValue",
85 "port": 3,
86 "appProtocol": "appProtocolValue"
87 }
88 ]
89}
View as plain text