Versions in this module Expand all Collapse all v1 v1.1.0 Sep 25, 2021 Changes in this version + type MoverJob struct + DestVolume *corev1.PersistentVolumeClaim + Name string + Namespace string + SourceVolume *corev1.PersistentVolumeClaim + func NewMoverJob(client *kubernetes.Clientset) *MoverJob + func (m *MoverJob) Cleanup() error + func (m *MoverJob) Start() *MoverJob + func (m *MoverJob) Wait(timeout time.Duration) error