Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for driverResources (0.13 sec)

  1. pkg/kubelet/cm/dra/plugin/noderesources.go

    	// Gather information about the actual and desired state.
    	slices := c.sliceStore.List()
    	var driverResources []*resourceapi.ResourceModel
    	c.mutex.RLock()
    	if active, ok := c.activePlugins[driverName]; ok {
    		// No need for a deep copy, the entire slice gets replaced on writes.
    		driverResources = active.resources
    	}
    	c.mutex.RUnlock()
    
    	// Resources that are not yet stored in any slice need to be published.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 20:12:53 UTC 2024
    - 16.6K bytes
    - Viewed (0)
Back to top