Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for startNodeResourcesController (0.18 sec)

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

    	handler := &RegistrationHandler{}
    
    	// If kubelet ever gets an API for stopping registration handlers, then
    	// that would need to be hooked up with stopping the controller.
    	handler.controller = startNodeResourcesController(context.TODO(), kubeClient, getNode)
    
    	return handler
    }
    
    // RegisterPlugin is called when a plugin can be registered.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 19 16:27:05 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  2. pkg/kubelet/cm/dra/plugin/noderesources.go

    	// so it is okay to not do a deep copy of it. Only retrieving the slice
    	// must be protected by a read lock.
    	resources []*resourceapi.ResourceModel
    }
    
    // startNodeResourcesController constructs a new controller and starts it.
    //
    // If a kubeClient is provided, then it synchronizes ResourceSlices
    // with the resource information provided by plugins. Without it,
    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