Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CSIStorageCapacityUpdate (0.21 sec)

  1. pkg/scheduler/internal/queue/events.go

    	// CSIStorageCapacityUpdate is the event when a CSI storage capacity is updated in the cluster.
    	CSIStorageCapacityUpdate = framework.ClusterEvent{Resource: framework.CSIStorageCapacity, ActionType: framework.Update, Label: "CSIStorageCapacityUpdate"}
    	// WildCardEvent semantically matches all resources on all actions.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  2. pkg/scheduler/internal/queue/scheduling_queue_test.go

    		PvcUpdate,
    		PvAdd,
    		PvUpdate,
    		StorageClassAdd,
    		StorageClassUpdate,
    		CSINodeAdd,
    		CSINodeUpdate,
    		CSIDriverAdd,
    		CSIDriverUpdate,
    		CSIStorageCapacityAdd,
    		CSIStorageCapacityUpdate,
    	}
    
    	pluginNum := 20
    	var plugins []string
    	// Mimic that we have 20 plugins loaded in runtime.
    	for i := 0; i < pluginNum; i++ {
    		plugins = append(plugins, fmt.Sprintf("fake-plugin-%v", i))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
Back to top