Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for emitEventFunc (0.09 sec)

  1. pkg/controller/tainteviction/taint_eviction.go

    		name := args.NamespacedName.Name
    		klog.FromContext(ctx).Info("Deleting pod", "controller", controllerName, "pod", args.NamespacedName)
    		if emitEventFunc != nil {
    			emitEventFunc(args.NamespacedName)
    		}
    		var err error
    		for i := 0; i < retries; i++ {
    			err = addConditionAndDeletePod(ctx, c, name, ns)
    			if err == nil {
    				metrics.PodDeletionsTotal.Inc()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 19.9K bytes
    - Viewed (0)
Back to top