1{
2 "kind": "Ingress",
3 "apiVersion": "networking.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 "spec": {
47 "ingressClassName": "ingressClassNameValue",
48 "defaultBackend": {
49 "service": {
50 "name": "nameValue",
51 "port": {
52 "name": "nameValue",
53 "number": 2
54 }
55 },
56 "resource": {
57 "apiGroup": "apiGroupValue",
58 "kind": "kindValue",
59 "name": "nameValue"
60 }
61 },
62 "tls": [
63 {
64 "hosts": [
65 "hostsValue"
66 ],
67 "secretName": "secretNameValue"
68 }
69 ],
70 "rules": [
71 {
72 "host": "hostValue",
73 "http": {
74 "paths": [
75 {
76 "path": "pathValue",
77 "pathType": "pathTypeValue",
78 "backend": {
79 "service": {
80 "name": "nameValue",
81 "port": {
82 "name": "nameValue",
83 "number": 2
84 }
85 },
86 "resource": {
87 "apiGroup": "apiGroupValue",
88 "kind": "kindValue",
89 "name": "nameValue"
90 }
91 }
92 }
93 ]
94 }
95 }
96 ]
97 },
98 "status": {
99 "loadBalancer": {
100 "ingress": [
101 {
102 "ip": "ipValue",
103 "hostname": "hostnameValue",
104 "ports": [
105 {
106 "port": 1,
107 "protocol": "protocolValue",
108 "error": "errorValue"
109 }
110 ]
111 }
112 ]
113 }
114 }
115}
View as plain text