Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tryFindFQDN (0.14 sec)

  1. pilot/pkg/networking/grpcgen/lds_test.go

    		{"foo.ns.svc.cluster.local.extra", ""},
    		{"xds.istio.io/grpc/lds/inbound/0.0.0.0:1234", ""},
    	}
    
    	for _, tc := range cases {
    		t.Run(tc.in, func(t *testing.T) {
    			if got := tryFindFQDN(tc.in, node); got != tc.want {
    				t.Errorf("want %q but got %q", tc.want, got)
    			}
    		})
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Oct 30 20:07:58 UTC 2022
    - 4.7K bytes
    - Viewed (0)
Back to top