You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run 'make generate-crd-docs' to add L4RoutePolicy and L4RoutePolicySpec
entries to the auto-generated CRD reference documentation.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|`metadata`_[ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#objectmeta-v1-meta)_| Please refer to the Kubernetes API documentation for details on the `metadata` field. |
102
+
|`spec`_[L4RoutePolicySpec](#l4routepolicyspec)_| Spec defines the desired state of L4RoutePolicy. |
L4RoutePolicySpec defines the desired state of L4RoutePolicy.
459
+
460
+
461
+
462
+
| Field | Description |
463
+
| --- | --- |
464
+
|`targetRefs`_LocalPolicyTargetReferenceWithSectionName array_| TargetRefs identifies the L4 route resources (TCPRoute, UDPRoute, or TLSRoute) to which this policy applies. Only same-namespace targets are supported. |
465
+
|`plugins`_[Plugin](#plugin) array_| Plugins is the list of APISIX stream plugins to attach to the targeted L4 routes. Plugin names should be valid APISIX stream plugin names (e.g., limit-conn, ip-restriction). |
0 commit comments