Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ProbeRecyclablePlugins (0.52 sec)

  1. pkg/volume/hostpath/host_path.go

    // The hostPathPlugin is used to store the volumeConfig and give it, when needed, to the func that Recycles.
    // Tests that exercise recycling should not use this func but instead use ProbeRecyclablePlugins() to override default behavior.
    func ProbeVolumePlugins(volumeConfig volume.VolumeConfig) []volume.VolumePlugin {
    	return []volume.VolumePlugin{
    		&hostPathPlugin{
    			host:   nil,
    			config: volumeConfig,
    		},
    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