Merge pull request #44568 from Fan-Lin/FL01

[zh] Localize feature-gates/o*.md
This commit is contained in:
Kubernetes Prow Robot 2023-12-29 06:16:30 +01:00 committed by GitHub
commit 58dae8c3cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,22 @@
---
title: OpenAPIEnums
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: alpha
defaultValue: false
fromVersion: "1.23"
toVersion: "1.23"
- stage: beta
defaultValue: true
fromVersion: "1.24"
---
<!--
Enables populating "enum" fields of OpenAPI schemas in the
spec returned from the API server.
-->
允许在从 API 服务器返回的 spec 中填充 OpenAPI 模式的 "enum" 字段。

View File

@ -0,0 +1,27 @@
---
title: OpenAPIV3
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: alpha
defaultValue: false
fromVersion: "1.23"
toVersion: "1.23"
- stage: beta
defaultValue: true
fromVersion: "1.24"
toVersion: "1.26"
- stage: stable
defaultValue: true
fromVersion: "1.27"
toVersion: "1.28"
removed: true
---
<!--
Enables the API server to publish OpenAPI v3.
-->
允许 API 服务器发布 OpenAPI V3。