mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 12:18:16 +00:00 
			
		
		
		
	Add IsMigratableToCSI to volume plugin interface
This commit is contained in:
		@@ -78,6 +78,10 @@ func (plugin *gitRepoPlugin) CanSupport(spec *volume.Spec) bool {
 | 
			
		||||
	return spec.Volume != nil && spec.Volume.GitRepo != nil
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (plugin *gitRepoPlugin) IsMigratedToCSI() bool {
 | 
			
		||||
	return false
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (plugin *gitRepoPlugin) RequiresRemount() bool {
 | 
			
		||||
	return false
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user