Controller is controller that removes PVProtectionFinalizer from PVs that are not bound to PVCs.
type Controller struct {
// contains filtered or unexported fields
}
func NewPVProtectionController(logger klog.Logger, pvInformer coreinformers.PersistentVolumeInformer, cl clientset.Interface) *Controller
NewPVProtectionController returns a new *Controller.
func (c *Controller) Run(ctx context.Context, workers int)
Run runs the controller goroutines.