Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SCTP_1_PORT_777_SCTP_ADDR (0.1 sec)

  1. pkg/kubelet/envvars/envvars_test.go

    		{Name: "SCTP_1_PORT_777_SCTP", Value: "sctp://1.2.3.4:777"},
    		{Name: "SCTP_1_PORT_777_SCTP_PROTO", Value: "sctp"},
    		{Name: "SCTP_1_PORT_777_SCTP_PORT", Value: "777"},
    		{Name: "SCTP_1_PORT_777_SCTP_ADDR", Value: "1.2.3.4"},
    	}
    	if len(vars) != len(expected) {
    		t.Errorf("Expected %d env vars, got: %+v", len(expected), vars)
    		return
    	}
    	for i := range expected {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 27 05:56:27 UTC 2018
    - 5.8K bytes
    - Viewed (0)
Back to top