Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    			if diff := cmp.Diff(got, tt.want); diff != "" {
    				t.Fatal(diff)
    			}
    			gotInbound := got.inboundNames()
    			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
    	}{
    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