Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newNodePodCIDRs (0.23 sec)

  1. pkg/proxy/node_test.go

    		oldNodePodCIDRs []string
    		newNodePodCIDRs []string
    		expectPanic     bool
    	}{
    		{
    			name: "both empty",
    		},
    		{
    			name:            "initialized correctly",
    			newNodePodCIDRs: []string{"192.168.1.0/24", "fd00:1:2:3::/64"},
    		},
    		{
    			name:            "already initialized and same node",
    			oldNodePodCIDRs: []string{"10.0.0.0/24", "fd00:3:2:1::/64"},
    			newNodePodCIDRs: []string{"10.0.0.0/24", "fd00:3:2:1::/64"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 10 16:50:29 UTC 2023
    - 3.5K bytes
    - Viewed (0)
Back to top