Skip to content

Commit b5a7a75

Browse files
authored
Merge pull request #44940 from Arhell/zh-typo
[zh] typo fix: "claimPolicy" to "persistentVolumeReclaimPolicy"
2 parents 6a1f864 + dd7720d commit b5a7a75

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)