Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsMigrationCompleteForPlugin (0.28 sec)

  1. pkg/controller/volume/attachdetach/util/util.go

    		return false, err
    	}
    
    	if len(pluginName) == 0 {
    		// Could not find a plugin name from translation directory, assume not translated
    		return false, nil
    	}
    
    	if csiMigratedPluginManager.IsMigrationCompleteForPlugin(pluginName) {
    		// All nodes are expected to have migrated CSI plugin installed and
    		// configured when CSI Migration Complete flag is enabled for a plugin.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 10:42:15 UTC 2024
    - 12K bytes
    - Viewed (0)
Back to top