@@ -68,18 +68,29 @@ Fields:
68
68
* `addresses` - not supported.
69
69
* ` status `
70
70
* ` addresses ` - Pod IPAddress supported.
71
- * ` conditions ` - not supported.
71
+ * ` conditions ` - Supported (Condition/Status/Reason):
72
+ * ` Accepted/True/Accepted `
73
+ * ` Accepted/True/ListenersNotValid `
74
+ * ` Accepted/False/ListenersNotValid `
75
+ * ` Accepted/False/Invalid `
76
+ * ` Accepted/False/UnsupportedValue ` : Custom reason for when a value of a field in a Gateway is invalid or not supported.
77
+ * ` Accepted/False/GatewayConflict ` : Custom reason for when the Gateway is ignored due to a conflicting Gateway. NKG only supports a single Gateway.
72
78
* ` listeners `
73
79
* `name` - supported.
74
80
* `supportedKinds` - not supported.
75
81
* `attachedRoutes` - supported.
76
82
* `conditions` - Supported (Condition/Status/Reason):
77
83
* `Accepted/True/Accepted`
78
- * `Accepted/True/ListenersNotValid`
79
- * `Accepted/False/Invalid`
80
- * `Accepted/False/ListenersNotValid`
81
- * `Accepted/False/UnsupportedValue`: Custom reason for when a value of a field in a Gateway is invalid or not supported.
84
+ * `Accepted/False/UnsupportedProtocol`
85
+ * `Accepted/False/InvalidCertificateRef`
86
+ * `Accepted/False/HostnameConflict`
87
+ * `Accepted/False/PortUnavailable`
88
+ * `Accepted/False/UnsupportedValue`: Custom reason for when a value of a field in a Listener is invalid or not supported.
82
89
* `Accepted/False/GatewayConflict`: Custom reason for when the Gateway is ignored due to a conflicting Gateway. NKG only supports a single Gateway.
90
+ * `ResolvedRefs/True/ResolvedRefs`
91
+ * `ResolvedRefs/False/ListenerReasonInvalidCertificateRef`
92
+ * `Conflicted/True/HostnameConflict`
93
+ * `Conflicted/False/NoConflicts`
83
94
84
95
### HTTPRoute
85
96
0 commit comments