Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for jC (0.02 sec)

  1. pkg/proxy/ipvs/proxier.go

    		}
    	}
    
    	for _, jc := range iptablesJumpChain {
    		args := []string{"-m", "comment", "--comment", jc.comment, "-j", string(jc.to)}
    		if _, err := proxier.iptables.EnsureRule(utiliptables.Prepend, jc.table, jc.from, args...); err != nil {
    			proxier.logger.Error(err, "Failed to ensure chain jumps", "table", jc.table, "srcChain", jc.from, "dstChain", jc.to)
    		}
    	}
    
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  2. pkg/controller/cronjob/cronjob_controllerv2_test.go

    				}
    			}
    			if len(jc.Jobs) != expectedCreates {
    				t.Errorf("%s: expected %d job started, actually %v", name, expectedCreates, len(jc.Jobs))
    			}
    			for i := range jc.Jobs {
    				job := &jc.Jobs[i]
    				controllerRef := metav1.GetControllerOf(job)
    				if controllerRef == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 70.8K bytes
    - Viewed (0)
Back to top