@@ -42,6 +42,7 @@ budgets.
42
42
-->
43
43
Gateway API v1.3.0 为 ** Standard** 渠道(Gateway API 的正式发布渠道)带来了一个新功能:** 基于百分比的流量复制** ,
44
44
并引入了三个新的实验性功能:
45
+
45
46
- 跨源资源共享(CORS)过滤器
46
47
- Listener 和 Gateway 合并的标准化机制
47
48
- 重试预算(Retry Budgets)
@@ -333,6 +334,7 @@ The complete list of fields in the new CORS filter:
333
334
See [CORS protocol](https://fetch.spec.whatwg.org/#http-cors-protocol) for details.
334
335
-->
335
336
新的 CORS 过滤器中的完整字段列表如下:
337
+
336
338
* `allowOrigins`:允许的请求来源列表。
337
339
* `allowMethods`:允许的 HTTP 方法(如 `GET`、`POST` 等)。
338
340
* `allowHeaders`:允许携带的请求头字段。
@@ -521,8 +523,10 @@ Gateway, listeners are ordered using the following precedence:
521
523
- alphabetically based on "{namespace}/{name of listener}"
522
524
-->
523
525
2. 其余监听器按以下顺序排序:
524
- - 按对象创建时间排序(最早创建的优先);如果两个监听器所在的对象具有相同的时间戳,
525
- 则按照 `{namespace}/{监听器名称}` 的字母顺序排序
526
+
527
+ - 按对象创建时间排序(最早创建的优先);
528
+ - 如果两个监听器所在的对象具有相同的时间戳,
529
+ 则按照 `{namespace}/{监听器名称}` 的字母顺序排序
526
530
527
531
<!--
528
532
# ## Retry budgets (XBackendTrafficPolicy) {#XBackendTrafficPolicy}
@@ -592,7 +596,7 @@ spec:
592
596
<!--
593
597
# # Try it out
594
598
-->
595
- # # 试用
599
+ # # 试用 {#try-it-out}
596
600
597
601
<!--
598
602
Unlike other Kubernetes APIs, you don't need to upgrade to the latest version of
@@ -611,30 +615,15 @@ v1.3 experimental channel features. In alphabetical order:
611
615
要试用 API,请按照[入门指南](https://gateway-api.sigs.k8s.io/guides/)操作。
612
616
截至本文撰写时,已有四个实现符合 Gateway API v1.3 实验渠道功能。按字母顺序排列:
613
617
614
- <!--
615
618
- [Airlock Microgateway 4.6](https://github.com/airlock/microgateway/releases/tag/4.6.0)
616
- -->
617
- - [Airlock Microgateway 4.6](https://github.com/airlock/microgateway/releases/tag/4.6.0)
618
-
619
- <!--
620
- - [Cilium main](https://github.com/cilium/cilium)
621
- -->
622
619
- [Cilium main](https://github.com/cilium/cilium)
623
-
624
- <!--
625
620
- [Envoy Gateway v1.4.0](https://github.com/envoyproxy/gateway/releases/tag/v1.4.0)
626
- -->
627
- - [Envoy Gateway v1.4.0](https://github.com/envoyproxy/gateway/releases/tag/v1.4.0)
628
-
629
- <!--
630
- - [Istio 1.27-dev](https://istio.io)
631
- -->
632
621
- [Istio 1.27-dev](https://istio.io)
633
622
634
623
<!--
635
624
# # Get involved
636
625
-->
637
- # # 参与其中
626
+ # # 参与其中 {#get-involved}
638
627
639
628
<!--
640
629
Wondering when a feature will be added? There are lots of opportunities to get
@@ -645,18 +634,12 @@ and service mesh.
645
634
646
635
<!--
647
636
* Check out the [user guides](https://gateway-api.sigs.k8s.io/guides) to see what use-cases can be addressed.
648
- -->
649
- * 查看[用户指南](https://gateway-api.sigs.k8s.io/guides)了解可以解决哪些用例。
650
-
651
- <!--
652
637
* Try out one of the [existing Gateway controllers](https://gateway-api.sigs.k8s.io/implementations/).
653
- -->
654
- * 试用[现有的 Gateway 控制器](https://gateway-api.sigs.k8s.io/implementations/)之一。
655
-
656
- <!--
657
638
* Or [join us in the community](https://gateway-api.sigs.k8s.io/contributing/)
658
639
and help us build the future of Gateway API together!
659
640
-->
641
+ * 查看[用户指南](https://gateway-api.sigs.k8s.io/guides)了解可以解决哪些用例。
642
+ * 试用[现有的 Gateway 控制器](https://gateway-api.sigs.k8s.io/implementations/)之一。
660
643
* 或者[加入我们的社区](https://gateway-api.sigs.k8s.io/contributing/),
661
644
帮助我们共同构建 Gateway API 的未来!
662
645
@@ -672,32 +655,23 @@ this dedicated and active community.
672
655
<!--
673
656
# # Related Kubernetes blog articles
674
657
-->
675
- # # 相关 Kubernetes 博客文章
658
+ # # 相关 Kubernetes 博客文章 {#related-kubernetes-blog-articles}
676
659
677
660
<!--
678
661
* [Gateway API v1.2: WebSockets, Timeouts, Retries, and More](/blog/2024/11/21/gateway-api-v1-2/)
679
662
(November 2024)
680
- -->
681
- * [Gateway API v1.2:WebSockets、超时、重试等](/blog/2024/11/21/gateway-api-v1-2/)
682
- (2024 年 11 月)
683
-
684
- <!--
685
663
* [Gateway API v1.1: Service mesh, GRPCRoute, and a whole lot more](/blog/2024/05/09/gateway-api-v1-1/)
686
664
(May 2024)
687
- -->
688
- * [Gateway API v1.1:服务网格、GRPCRoute 和更多变化](/zh-cn/blog/2024/05/09/gateway-api-v1-1/)
689
- (2024 年 5 月)
690
-
691
- <!--
692
665
* [New Experimental Features in Gateway API v1.0](/blog/2023/11/28/gateway-api-ga/)
693
666
(November 2023)
694
- -->
695
- * [Gateway API v1.0 中的新实验功能](/blog/2023/11/28/gateway-api-ga/)
696
- (2023 年 11 月)
697
-
698
- <!--
699
667
* [Gateway API v1.0: GA Release](/blog/2023/10/31/gateway-api-ga/)
700
668
(October 2023)
701
669
-->
670
+ * [Gateway API v1.2:WebSockets、超时、重试等](/blog/2024/11/21/gateway-api-v1-2/)
671
+ (2024 年 11 月)
672
+ * [Gateway API v1.1:服务网格、GRPCRoute 和更多变化](/zh-cn/blog/2024/05/09/gateway-api-v1-1/)
673
+ (2024 年 5 月)
674
+ * [Gateway API v1.0 中的新实验功能](/blog/2023/11/28/gateway-api-ga/)
675
+ (2023 年 11 月)
702
676
* [Gateway API v1.0:正式发布(GA)](/zh-cn/blog/2023/10/31/gateway-api-ga/)
703
677
(2023 年 10 月)
0 commit comments