Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for InTreePluginPortworxUnregister (0.36 sec)

  1. cmd/kubelet/app/plugins_providers.go

    	pluginMigrationStatus := make(map[string]pluginInfo)
    	pluginMigrationStatus[plugins.PortworxVolumePluginName] = pluginInfo{pluginMigrationFeature: features.CSIMigrationPortworx, pluginUnregisterFeature: features.InTreePluginPortworxUnregister, pluginProbeFunction: portworx.ProbeVolumePlugins}
    	var err error
    	for pluginName, pluginInfo := range pluginMigrationStatus {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 14:55:34 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  2. cmd/kube-controller-manager/app/plugins_providers.go

    	pluginMigrationStatus := make(map[string]pluginInfo)
    	pluginMigrationStatus[plugins.PortworxVolumePluginName] = pluginInfo{pluginMigrationFeature: features.CSIMigrationPortworx, pluginUnregisterFeature: features.InTreePluginPortworxUnregister, pluginProbeFunction: portworx.ProbeVolumePlugins}
    	var err error
    	for pluginName, pluginInfo := range pluginMigrationStatus {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 14:55:34 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  3. pkg/volume/csimigration/plugin_manager.go

    	case csilibplugins.VSphereInTreePluginName:
    		return pm.featureGate.Enabled(features.InTreePluginvSphereUnregister)
    	case csilibplugins.PortworxVolumePluginName:
    		return pm.featureGate.Enabled(features.InTreePluginPortworxUnregister)
    	default:
    		return false
    	}
    }
    
    // IsMigrationEnabledForPlugin indicates whether CSI migration has been enabled
    // for a particular storage plugin
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 14:55:34 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  4. pkg/features/kube_features.go

    	InTreePluginOpenStackUnregister featuregate.Feature = "InTreePluginOpenStackUnregister"
    
    	// owner: @trierra
    	// alpha: v1.23
    	//
    	// Disables the Portworx in-tree driver.
    	InTreePluginPortworxUnregister featuregate.Feature = "InTreePluginPortworxUnregister"
    
    	// owner: @divyenpatel
    	// alpha: v1.21
    	//
    	// Disables the vSphere in-tree driver.
    	InTreePluginvSphereUnregister featuregate.Feature = "InTreePluginvSphereUnregister"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 22:51:23 UTC 2024
    - 45.2K bytes
    - Viewed (0)
Back to top