Merge pull request #27912 from verult/access-volume-mode-links

Link PVC volume mode and access mode sections to corresponding sections in PV
This commit is contained in:
Kubernetes Prow Robot 2021-05-10 15:55:36 -07:00 committed by GitHub
commit 44d85c5241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -540,11 +540,11 @@ spec:
### Access Modes
Claims use the same conventions as volumes when requesting storage with specific access modes.
Claims use [the same conventions as volumes](#access-modes) when requesting storage with specific access modes.
### Volume Modes
Claims use the same convention as volumes to indicate the consumption of the volume as either a filesystem or block device.
Claims use [the same convention as volumes](#volume-mode) to indicate the consumption of the volume as either a filesystem or block device.
### Resources