Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestResolveShortnameToFQDN (0.25 sec)

  1. pilot/pkg/model/config_test.go

    	cfg := mock_config.Make("ns", 2)
    	want := "test.istio.io/v1/MockConfig/ns/mock-config2"
    	if key := cfg.Meta.Key(); key != want {
    		t.Fatalf("config.Key() => got %q, want %q", key, want)
    	}
    }
    
    func TestResolveShortnameToFQDN(t *testing.T) {
    	tests := []struct {
    		name string
    		meta config.Meta
    		out  host.Name
    	}{
    		{
    			"*", config.Meta{}, "*",
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 20 12:54:10 UTC 2023
    - 19K bytes
    - Viewed (0)
Back to top