chore: fix function names in comment (#7633)

Signed-off-by: clonefetch <c0217@outlook.com>
This commit is contained in:
clonefetch
2024-04-10 15:15:29 +05:30
committed by GitHub
parent 63fe9f1f1f
commit 474dc824e7
7 changed files with 8 additions and 8 deletions
@@ -410,7 +410,7 @@ func describeCSISnapshotInSF(details bool, info *volume.VolumeInfo, snapshotDeta
snapshotDetails[fmt.Sprintf("%s/%s", info.PVCNamespace, info.PVCName)] = snapshotDetail
}
// describeVSCInSF describes CSI volume snapshot contents in structured format.
// describeLocalSnapshotInSF describes CSI volume snapshot contents in structured format.
func describeLocalSnapshotInSF(details bool, info *volume.VolumeInfo, snapshotDetail map[string]interface{}) {
if !info.PreserveLocalSnapshot {
return