...
1apiVersion: networking.k8s.io/v1
2kind: Ingress
3metadata:
4 annotations:
5 annotationsKey: annotationsValue
6 creationTimestamp: "2008-01-01T01:01:01Z"
7 deletionGracePeriodSeconds: 10
8 deletionTimestamp: "2009-01-01T01:01:01Z"
9 finalizers:
10 - finalizersValue
11 generateName: generateNameValue
12 generation: 7
13 labels:
14 labelsKey: labelsValue
15 managedFields:
16 - apiVersion: apiVersionValue
17 fieldsType: fieldsTypeValue
18 fieldsV1: {}
19 manager: managerValue
20 operation: operationValue
21 subresource: subresourceValue
22 time: "2004-01-01T01:01:01Z"
23 name: nameValue
24 namespace: namespaceValue
25 ownerReferences:
26 - apiVersion: apiVersionValue
27 blockOwnerDeletion: true
28 controller: true
29 kind: kindValue
30 name: nameValue
31 uid: uidValue
32 resourceVersion: resourceVersionValue
33 selfLink: selfLinkValue
34 uid: uidValue
35spec:
36 defaultBackend:
37 resource:
38 apiGroup: apiGroupValue
39 kind: kindValue
40 name: nameValue
41 service:
42 name: nameValue
43 port:
44 name: nameValue
45 number: 2
46 ingressClassName: ingressClassNameValue
47 rules:
48 - host: hostValue
49 http:
50 paths:
51 - backend:
52 resource:
53 apiGroup: apiGroupValue
54 kind: kindValue
55 name: nameValue
56 service:
57 name: nameValue
58 port:
59 name: nameValue
60 number: 2
61 path: pathValue
62 pathType: pathTypeValue
63 tls:
64 - hosts:
65 - hostsValue
66 secretName: secretNameValue
67status:
68 loadBalancer:
69 ingress:
70 - hostname: hostnameValue
71 ip: ipValue
72 ports:
73 - error: errorValue
74 port: 1
75 protocol: protocolValue
View as plain text