@@ -68,18 +68,29 @@ Fields:
6868 * `addresses` - not supported.
6969* ` status `
7070 * ` 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.
7278 * ` listeners `
7379 * `name` - supported.
7480 * `supportedKinds` - not supported.
7581 * `attachedRoutes` - supported.
7682 * `conditions` - Supported (Condition/Status/Reason):
7783 * `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.
8289 * `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`
8394
8495### HTTPRoute
8596
0 commit comments