Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for countEndpointsAndComments (1.21 sec)

  1. pkg/proxy/iptables/proxier_test.go

    				t.Errorf("%d overrides did not match any test case name!", len(tc.overrides)-overridesApplied)
    			}
    			runPacketFlowTests(t, tc.line, ipt, testNodeIPs, tcFlowTests)
    		})
    	}
    }
    
    func countEndpointsAndComments(iptablesData string, matchEndpoint string) (string, int, int) {
    	var numEndpoints, numComments int
    	var matched string
    	for _, line := range strings.Split(iptablesData, "\n") {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
Back to top