var (
ErrNotBound = errors.New("new PVC did not get bound")
ErrAcceptationNotYes = errors.New("conformation was not successful please type in yes to continue")
ErrAcceptationUnknown = errors.New("please type yes or no")
ErrVolumeAlreadyMounted = errors.New("volume already mounted")
)