Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestTryFindFQDN (0.21 sec)

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

    			sort.Strings(gotInbound)
    			sort.Strings(tt.wantInbound)
    			if diff := cmp.Diff(gotInbound, tt.wantInbound); diff != "" {
    				t.Fatalf(diff)
    			}
    		})
    	}
    }
    
    func TestTryFindFQDN(t *testing.T) {
    	cases := []struct {
    		in   string
    		want string
    	}{
    		{"foo", "foo.ns.svc.cluster.local"},
    		{"foo.ns", "foo.ns.svc.cluster.local"},
    		{"foo.ns.svc", "foo.ns.svc.cluster.local"},
    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