# Functions

GetSnapshotContentNameForSnapshot returns SnapshotContent.Name for the create VolumeSnapshotContent.
IsDefaultAnnotation returns a boolean if the annotation is set.
IsSnapshotBound returns true/false if snapshot is bound.
NewCSIHandler returns a handler which includes the csi connection and Snapshot name details.
NewCSISnapshotController returns a new *csiSnapshotController.
NoResyncPeriodFunc Returns 0 for resyncPeriod in case resyncing is not needed.

# Constants

No description provided by the author
Name of finalizer on PVCs that have been used as a source to create VolumeSnapshots.
Name of finalizer on VolumeSnapshotContents that are bound by VolumeSnapshots.
No description provided by the author

# Interfaces

Handler is responsible for handling VolumeSnapshot events from informer.