Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestAppendMultusNetwork (0.39 sec)

  1. pkg/kube/inject/inject_test.go

    				t.Fatalf("round trip is not identical: got \n%+v, expected \n%+v", *roundTrip.GetDefaultConfig(), tt.proxy)
    			}
    		})
    	}
    }
    
    func TestAppendMultusNetwork(t *testing.T) {
    	cases := []struct {
    		name string
    		in   string
    		want string
    	}{
    		{
    			name: "empty",
    			in:   "",
    			want: "istio-cni",
    		},
    		{
    			name: "flat-single",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 20:35:11 UTC 2024
    - 34.1K bytes
    - Viewed (0)
Back to top