mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-04 07:49:35 +00:00 
			
		
		
		
	Add IsMigratableToCSI to volume plugin interface
This commit is contained in:
		@@ -82,6 +82,10 @@ func (plugin *localVolumePlugin) CanSupport(spec *volume.Spec) bool {
 | 
			
		||||
	return (spec.PersistentVolume != nil && spec.PersistentVolume.Spec.Local != nil)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (plugin *localVolumePlugin) IsMigratedToCSI() bool {
 | 
			
		||||
	return false
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (plugin *localVolumePlugin) RequiresRemount() bool {
 | 
			
		||||
	return false
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user