Merge pull request #123411 from hunshcn/fix/volume-link

fix persistent volume docs link
This commit is contained in:
Kubernetes Prow Robot
2024-02-27 16:47:27 -08:00
committed by GitHub
9 changed files with 9 additions and 9 deletions

View File

@@ -508,7 +508,7 @@ type PersistentVolumeClaimSpec struct {
// If the resource referred to by volumeAttributesClass does not exist, this PersistentVolumeClaim will be
// set to a Pending state, as reflected by the modifyVolumeStatus field, until such as a resource
// exists.
// More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#volumeattributesclass
// More info: https://kubernetes.io/docs/concepts/storage/volume-attributes-classes/
// (Alpha) Using this field requires the VolumeAttributesClass feature gate to be enabled.
// +featureGate=VolumeAttributesClass
// +optional