mirror of https://github.com/linkerd/linkerd2.git
Fixes #9965 Adds a `path` property to the RedirectRequestFilter in all versions. This property was absent from the CRD even though it appears in the gateway API documentation and is represented in the internal types. Adding this property to the CRD will also users to specify it. Add a new version to the HTTPRoute CRD: v1beta2. This new version includes two changes from v1beta1: * Added `port` property to `parentRef` for use when the parentRef is a Service * Added `backendRefs` property to HTTPRoute rules We switch the storage version of the HTTPRoute CRD from v1alpha1 to v1beta2 so that these new fields may be persisted. We also update the policy admission controller to allow an HTTPRoute parentRef type to be Service (in addition to Server). Signed-off-by: Alex Leong <alex@buoyant.io> |
||
---|---|---|
.. | ||
cmd | ||
flag | ||
table | ||
Dockerfile | ||
main.go |