From 62a4861c9bfa0aa7b422eb29ba21c09cbb20f87e Mon Sep 17 00:00:00 2001 From: j-griffith Date: Thu, 30 May 2019 16:42:59 -0600 Subject: [PATCH] fix typo in types.go comment --- pkg/apis/core/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/apis/core/types.go b/pkg/apis/core/types.go index 408f7daeec3..497b9924c63 100644 --- a/pkg/apis/core/types.go +++ b/pkg/apis/core/types.go @@ -415,7 +415,7 @@ type PersistentVolumeClaimSpec struct { VolumeMode *PersistentVolumeMode // This field can be used to specify either: // * 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 // must be enabled (VolumeSnapshotDataSource, VolumePVCDataSource) // If the provisioner can support the specified data source, it will create