Commit 62a4861c authored by j-griffith's avatar j-griffith

fix typo in types.go comment

parent 60d991e5
...@@ -415,7 +415,7 @@ type PersistentVolumeClaimSpec struct { ...@@ -415,7 +415,7 @@ type PersistentVolumeClaimSpec struct {
VolumeMode *PersistentVolumeMode VolumeMode *PersistentVolumeMode
// This field can be used to specify either: // This field can be used to specify either:
// * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) // * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot)
// * An existing PVC (""/PersistentVolumeClaim) // * An existing PVC (PersistentVolumeClaim)
// In order to use either of these DataSource types, the appropriate feature gate // In order to use either of these DataSource types, the appropriate feature gate
// must be enabled (VolumeSnapshotDataSource, VolumePVCDataSource) // must be enabled (VolumeSnapshotDataSource, VolumePVCDataSource)
// If the provisioner can support the specified data source, it will create // If the provisioner can support the specified data source, it will create
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment