Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for gatewaymiddle (0.12 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/net/interface_test.go

    	testCases := []struct {
    		tcase      string
    		route      string
    		count      int
    		expected   *Route
    		errStrFrag string
    	}{
    		{"gatewayfirst", gatewayfirst, 1, &ipv4Route, ""},
    		{"gatewaymiddle", gatewaymiddle, 1, &ipv4Route, ""},
    		{"gatewaylast", gatewaylast, 1, &ipv4Route, ""},
    		{"no routes", nothing, 0, nil, ""},
    		{"badDestination", badDestination, 0, nil, "invalid IPv4"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 10 07:29:34 UTC 2023
    - 33.2K bytes
    - Viewed (0)
Back to top