forked from kubernetes/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request kubernetes#49128 from windsonsea/apipts
[zh] Sync using-api/api-concepts.md and its feature gates
- Loading branch information
Showing
3 changed files
with
183 additions
and
8 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
...nd-line-tools-reference/feature-gates/allow-unsafe-malformed-object-deletion.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: AllowUnsafeMalformedObjectDeletion | ||
content_type: feature_gate | ||
_build: | ||
list: never | ||
render: false | ||
|
||
stages: | ||
- stage: alpha | ||
defaultValue: false | ||
fromVersion: "1.32" | ||
--- | ||
|
||
<!-- | ||
Enables the cluster operator to identify corrupt resource(s) using the **list** | ||
operation, and introduces an option `ignoreStoreReadErrorWithClusterBreakingPotential` | ||
that the operator can set to perform unsafe and force **delete** operation of | ||
such corrupt resource(s) using the Kubernetes API. | ||
--> | ||
允许集群操作员使用 **list** 操作来辨别受损的资源, | ||
引入一个 `ignoreStoreReadErrorWithClusterBreakingPotential` 选项, | ||
集群操作员可以设置此选项并使用 Kubernetes API 对受损的资源执行不安全的强制 **delete** 操作。 |
20 changes: 20 additions & 0 deletions
20
...eference/command-line-tools-reference/feature-gates/cbor-serving-and-storage.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: CBORServingAndStorage | ||
content_type: feature_gate | ||
_build: | ||
list: never | ||
render: false | ||
|
||
stages: | ||
- stage: alpha | ||
defaultValue: false | ||
fromVersion: "1.32" | ||
--- | ||
|
||
<!-- | ||
Enables CBOR as a [supported encoding for requests and | ||
responses](/docs/reference/using-api/api-concepts/#cbor-encoding), and as the preferred storage | ||
encoding for custom resources. | ||
--> | ||
允许将 CBOR 用作[请求和响应所支持的编码方式](/zh-cn/docs/reference/using-api/api-concepts/#cbor-encoding), | ||
同时允许将 CBOR 用作定制资源的首选存储编码方式。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters