Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RecycleVolumeByWatchingPodUntilCompletion (0.41 sec)

  1. pkg/volume/hostpath/host_path.go

    	pod.Spec.Volumes[0].VolumeSource = v1.VolumeSource{
    		HostPath: &v1.HostPathVolumeSource{
    			Path: spec.PersistentVolume.Spec.HostPath.Path,
    		},
    	}
    	return recyclerclient.RecycleVolumeByWatchingPodUntilCompletion(pvName, pod, plugin.host.GetKubeClient(), eventRecorder)
    }
    
    func (plugin *hostPathPlugin) NewDeleter(logger klog.Logger, spec *volume.Spec) (volume.Deleter, error) {
    	return newDeleter(spec, plugin.host)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 15.3K bytes
    - Viewed (0)
Back to top