Skip to content

Commit 293341b

Browse files
authored
Merge pull request #51233 from windsonsea/apiv13
[zh] Update 2025-06-02-gateway-api-v1.3/
2 parents 13eb579 + 1261d50 commit 293341b

File tree

2 files changed

+17
-43
lines changed

2 files changed

+17
-43
lines changed
File renamed without changes.

content/zh-cn/blog/_posts/2025-05-28-gateway-api-v1.3/index.md renamed to content/zh-cn/blog/_posts/2025-06-02-gateway-api-v1.3/index.md

Lines changed: 17 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ budgets.
4242
-->
4343
Gateway API v1.3.0 为 **Standard** 渠道(Gateway API 的正式发布渠道)带来了一个新功能:**基于百分比的流量复制**
4444
并引入了三个新的实验性功能:
45+
4546
- 跨源资源共享(CORS)过滤器
4647
- Listener 和 Gateway 合并的标准化机制
4748
- 重试预算(Retry Budgets)
@@ -333,6 +334,7 @@ The complete list of fields in the new CORS filter:
333334
See [CORS protocol](https://fetch.spec.whatwg.org/#http-cors-protocol) for details.
334335
-->
335336
新的 CORS 过滤器中的完整字段列表如下:
337+
336338
* `allowOrigins`:允许的请求来源列表。
337339
* `allowMethods`:允许的 HTTP 方法(如 `GET`、`POST` 等)。
338340
* `allowHeaders`:允许携带的请求头字段。
@@ -521,8 +523,10 @@ Gateway, listeners are ordered using the following precedence:
521523
- alphabetically based on "{namespace}/{name of listener}"
522524
-->
523525
2. 其余监听器按以下顺序排序:
524-
- 按对象创建时间排序(最早创建的优先);如果两个监听器所在的对象具有相同的时间戳,
525-
则按照 `{namespace}/{监听器名称}` 的字母顺序排序
526+
527+
- 按对象创建时间排序(最早创建的优先);
528+
- 如果两个监听器所在的对象具有相同的时间戳,
529+
则按照 `{namespace}/{监听器名称}` 的字母顺序排序
526530

527531
<!--
528532
### Retry budgets (XBackendTrafficPolicy) {#XBackendTrafficPolicy}
@@ -592,7 +596,7 @@ spec:
592596
<!--
593597
## Try it out
594598
-->
595-
## 试用
599+
## 试用 {#try-it-out}
596600

597601
<!--
598602
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:
611615
要试用 API,请按照[入门指南](https://gateway-api.sigs.k8s.io/guides/)操作。
612616
截至本文撰写时,已有四个实现符合 Gateway API v1.3 实验渠道功能。按字母顺序排列:
613617

614-
<!--
615618
- [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-
-->
622619
- [Cilium main](https://github.com/cilium/cilium)
623-
624-
<!--
625620
- [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-
-->
632621
- [Istio 1.27-dev](https://istio.io)
633622

634623
<!--
635624
## Get involved
636625
-->
637-
## 参与其中
626+
## 参与其中 {#get-involved}
638627

639628
<!--
640629
Wondering when a feature will be added? There are lots of opportunities to get
@@ -645,18 +634,12 @@ and service mesh.
645634

646635
<!--
647636
* 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-
<!--
652637
* 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-
<!--
657638
* Or [join us in the community](https://gateway-api.sigs.k8s.io/contributing/)
658639
and help us build the future of Gateway API together!
659640
-->
641+
* 查看[用户指南](https://gateway-api.sigs.k8s.io/guides)了解可以解决哪些用例。
642+
* 试用[现有的 Gateway 控制器](https://gateway-api.sigs.k8s.io/implementations/)之一。
660643
* 或者[加入我们的社区](https://gateway-api.sigs.k8s.io/contributing/),
661644
帮助我们共同构建 Gateway API 的未来!
662645

@@ -672,32 +655,23 @@ this dedicated and active community.
672655
<!--
673656
## Related Kubernetes blog articles
674657
-->
675-
## 相关 Kubernetes 博客文章
658+
## 相关 Kubernetes 博客文章 {#related-kubernetes-blog-articles}
676659

677660
<!--
678661
* [Gateway API v1.2: WebSockets, Timeouts, Retries, and More](/blog/2024/11/21/gateway-api-v1-2/)
679662
(November 2024)
680-
-->
681-
* [Gateway API v1.2:WebSockets、超时、重试等](/blog/2024/11/21/gateway-api-v1-2/)
682-
(2024 年 11 月)
683-
684-
<!--
685663
* [Gateway API v1.1: Service mesh, GRPCRoute, and a whole lot more](/blog/2024/05/09/gateway-api-v1-1/)
686664
(May 2024)
687-
-->
688-
* [Gateway API v1.1:服务网格、GRPCRoute 和更多变化](/zh-cn/blog/2024/05/09/gateway-api-v1-1/)
689-
(2024 年 5 月)
690-
691-
<!--
692665
* [New Experimental Features in Gateway API v1.0](/blog/2023/11/28/gateway-api-ga/)
693666
(November 2023)
694-
-->
695-
* [Gateway API v1.0 中的新实验功能](/blog/2023/11/28/gateway-api-ga/)
696-
(2023 年 11 月)
697-
698-
<!--
699667
* [Gateway API v1.0: GA Release](/blog/2023/10/31/gateway-api-ga/)
700668
(October 2023)
701669
-->
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 月)
702676
* [Gateway API v1.0:正式发布(GA)](/zh-cn/blog/2023/10/31/gateway-api-ga/)
703677
(2023 年 10 月)

0 commit comments

Comments
 (0)