Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for exprPtr (0.16 sec)

  1. cmd/kubeadm/app/preflight/checks_test.go

    	var tests = []struct {
    		testName string
    		endpoint string
    		expStr   []string
    	}{
    		{
    			testName: "single stack ipv4",
    			endpoint: "10.244.0.0:1234",
    			expStr:   []string{"FileContent--proc-sys-net-ipv4-ip_forward"},
    		},
    		{
    			testName: "single stack ipv6",
    			endpoint: "[fda9:d324:354d:0::]:1234",
    			expStr:   []string{"FileContent--proc-sys-net-ipv6-conf-default-forwarding"},
    		},
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 06:58:01 UTC 2024
    - 33.5K bytes
    - Viewed (0)
Back to top