Skip to content

Commit dd7720d

Browse files
committed
[zh] typo fix: "claimPolicy" to "persistentVolumeReclaimPolicy"
1 parent b4a4037 commit dd7720d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh-cn/docs/concepts/storage/persistent-volumes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -596,10 +596,10 @@ spec:
596596
```
597597

598598
<!--
599-
This is useful if you want to consume PersistentVolumes that have their `claimPolicy` set
599+
This is useful if you want to consume PersistentVolumes that have their `persistentVolumeReclaimPolicy` set
600600
to `Retain`, including cases where you are reusing an existing PV.
601601
-->
602-
如果你想要使用 `claimPolicy` 属性设置为 `Retain` 的 PersistentVolume 卷时,
602+
如果你想要使用 `persistentVolumeReclaimPolicy` 属性设置为 `Retain` 的 PersistentVolume 卷时,
603603
包括你希望复用现有的 PV 卷时,这点是很有用的
604604

605605
<!--

0 commit comments

Comments
 (0)