Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetRegisterControlFunc (0.19 sec)

  1. pkg/kubelet/cm/devicemanager/plugin/v1beta1/stub.go

    	m.getPreferredAllocFunc = f
    }
    
    // SetAllocFunc sets allocFunc of the device plugin
    func (m *Stub) SetAllocFunc(f stubAllocFunc) {
    	m.allocFunc = f
    }
    
    // SetRegisterControlFunc sets RegisterControlFunc of the device plugin
    func (m *Stub) SetRegisterControlFunc(f stubRegisterControlFunc) {
    	m.registerControlFunc = f
    }
    
    // Start starts the gRPC server of the device plugin. Can only
    // be called once.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 17 11:19:10 UTC 2023
    - 11.5K bytes
    - Viewed (0)
Back to top