Skip to content

Commit 4fbd72c

Browse files
committed
Move the annotation to the first column.
1 parent 97ef648 commit 4fbd72c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

samples/KubernetesIngress.Sample/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ The table below lists the available annotations.
9393
|yarp.ingress.kubernetes.io/output-cache-policy|string|
9494
|yarp.ingress.kubernetes.io/backend-protocol|string|
9595
|yarp.ingress.kubernetes.io/cors-policy|string|
96-
|yarp.ingress.kubernetes.io/health-check|[ActivateHealthCheckConfig](https://learn.microsoft.com/dotnet/api/yarp.reverseproxy.configuration.activehealthcheckconfig) [\*](#cluster-level-annotations)|
97-
|yarp.ingress.kubernetes.io/http-client|[HttpClientConfig](https://learn.microsoft.com/dotnet/api/yarp.reverseproxy.configuration.httpclientconfig) [\*](#cluster-level-annotations)|
98-
|yarp.ingress.kubernetes.io/http-request|[ForwarderRequestConfig](https://learn.microsoft.com/en-us/dotnet/api/yarp.reverseproxy.forwarder.forwarderrequestconfig) [\*](#cluster-level-annotations)|
99-
|yarp.ingress.kubernetes.io/load-balancing|string [\*](#cluster-level-annotations)|
96+
|yarp.ingress.kubernetes.io/health-check [\*](#cluster-level-annotations)|[ActivateHealthCheckConfig](https://learn.microsoft.com/dotnet/api/yarp.reverseproxy.configuration.activehealthcheckconfig)|
97+
|yarp.ingress.kubernetes.io/http-client [\*](#cluster-level-annotations)|[HttpClientConfig](https://learn.microsoft.com/dotnet/api/yarp.reverseproxy.configuration.httpclientconfig)|
98+
|yarp.ingress.kubernetes.io/http-request [\*](#cluster-level-annotations)|[ForwarderRequestConfig](https://learn.microsoft.com/en-us/dotnet/api/yarp.reverseproxy.forwarder.forwarderrequestconfig)|
99+
|yarp.ingress.kubernetes.io/load-balancing [\*](#cluster-level-annotations)|string|
100100
|yarp.ingress.kubernetes.io/route-metadata|Dictionary<string, string>|
101-
|yarp.ingress.kubernetes.io/session-affinity|[SessionAffinityConfig](https://learn.microsoft.com/dotnet/api/yarp.reverseproxy.configuration.sessionaffinityconfig) [\*](#cluster-level-annotations)|
101+
|yarp.ingress.kubernetes.io/session-affinity [\*](#cluster-level-annotations)|[SessionAffinityConfig](https://learn.microsoft.com/dotnet/api/yarp.reverseproxy.configuration.sessionaffinityconfig)|
102102
|yarp.ingress.kubernetes.io/transforms|List<Dictionary<string, string>>|
103103
|yarp.ingress.kubernetes.io/route-headers|List<[RouteHeader](https://learn.microsoft.com/dotnet/api/yarp.reverseproxy.configuration.routeheader)>|
104104
|yarp.ingress.kubernetes.io/route-queryparameters|List<[RouteQueryParameter](https://learn.microsoft.com/dotnet/api/yarp.reverseproxy.configuration.routequeryparameter)>|

0 commit comments

Comments
 (0)