Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for runPostBindPlugin (0.33 sec)

  1. pkg/scheduler/framework/runtime/framework.go

    		ctx := ctx
    		if verboseLogs {
    			logger := klog.LoggerWithName(logger, pl.Name())
    			ctx = klog.NewContext(ctx, logger)
    		}
    		f.runPostBindPlugin(ctx, pl, state, pod, nodeName)
    	}
    }
    
    func (f *frameworkImpl) runPostBindPlugin(ctx context.Context, pl framework.PostBindPlugin, state *framework.CycleState, pod *v1.Pod, nodeName string) {
    	if !state.ShouldRecordPluginMetrics() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 60.9K bytes
    - Viewed (0)
Back to top