File tree Expand file tree Collapse file tree 3 files changed +23
-4
lines changed
content/zh-cn/docs/reference/kubernetes-api
config-and-storage-resources Expand file tree Collapse file tree 3 files changed +23
-4
lines changed Original file line number Diff line number Diff line change @@ -1766,6 +1766,25 @@ PersistentVolumeStatus 是持久卷的当前状态。
1766
1766
1767
1767
<hr >
1768
1768
1769
+ <!--
1770
+ - **lastPhaseTransitionTime** (Time)
1771
+
1772
+ lastPhaseTransitionTime is the time the phase transitioned from one to another and automatically
1773
+ resets to current time everytime a volume phase transitions. This is an alpha field and requires
1774
+ enabling PersistentVolumeLastPhaseTransitionTime feature.
1775
+
1776
+ <a name="Time"></a>
1777
+ *Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON.
1778
+ Wrappers are provided for many of the factory methods that the time package offers.*
1779
+ -->
1780
+ - ** lastPhaseTransitionTime** (Time)
1781
+
1782
+ lastPhaseTransitionTime 是从一个阶段转换到另一个阶段的时间,每次卷阶段转换时都会自动重置为当前时间。
1783
+ 这是一个 Alpha 字段,需要启用 PersistentVolumeLastPhaseTransitionTime 特性。
1784
+
1785
+ <a name =" Time " ></a >
1786
+ ** Time 是 time.Time 的包装器,支持正确编组为 YAML 和 JSON,它为 time 包提供的许多工厂方法提供了包装器。**
1787
+
1769
1788
<!--
1770
1789
- **message** (string)
1771
1790
message is a human-readable message indicating details about why the volume is in this state.
Original file line number Diff line number Diff line change @@ -272,13 +272,13 @@ MutatingWebhookConfiguration 描述准入 Webhook 的配置,该 Webhook 可接
272
272
- 如果 failurePolicy=Ignore,忽略错误并跳过该 webhook。
273
273
274
274
<!--
275
- This is an alpha feature and managed by the AdmissionWebhookMatchConditions feature gate.
275
+ This is an beta feature and managed by the AdmissionWebhookMatchConditions feature gate.
276
276
277
277
<a name="MatchCondition"></a>
278
278
*MatchCondition represents a condition which must by fulfilled for a request to be sent to a webhook.*
279
279
-->
280
280
281
- 这是一个 Alpha 功能特性,由 AdmissionWebhookMatchConditions 特性门控管理。
281
+ 这是一个 Beta 功能特性,由 AdmissionWebhookMatchConditions 特性门控管理。
282
282
283
283
<a name =" MatchCondition " ></a >
284
284
** MatchCondition 表示将请求发送到 Webhook 之前必须满足的条件。**
Original file line number Diff line number Diff line change @@ -266,12 +266,12 @@ ValidatingWebhookConfiguration 描述准入 Webhook 的配置,该 Webhook 可
266
266
- 如果 failurePolicy=Ignore,忽略错误并跳过该 webhook。
267
267
268
268
<!--
269
- This is an alpha feature and managed by the AdmissionWebhookMatchConditions feature gate.
269
+ This is an beta feature and managed by the AdmissionWebhookMatchConditions feature gate.
270
270
271
271
<a name="MatchCondition"></a>
272
272
*MatchCondition represents a condition which must by fulfilled for a request to be sent to a webhook.*
273
273
-->
274
- 这是一个 Alpha 功能特性,由 AdmissionWebhookMatchConditions 特性门控管理。
274
+ 这是一个 Beta 功能特性,由 AdmissionWebhookMatchConditions 特性门控管理。
275
275
276
276
<a name =" MatchCondition " ></a >
277
277
** MatchCondition 表示将请求发送到 Webhook 之前必须满足的条件。**
You can’t perform that action at this time.
0 commit comments