Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestBuildStaticClusterWithCredentialSocket (0.43 sec)

  1. pilot/pkg/networking/core/cluster_test.go

    			}
    			assert.Equal(t, removed, tc.removedClusters)
    			assert.Equal(t, xdstest.MapKeys(xdstest.ExtractClusters(clusters)), tc.expectedClusters)
    		})
    	}
    }
    
    func TestBuildStaticClusterWithCredentialSocket(t *testing.T) {
    	g := NewWithT(t)
    
    	service := &model.Service{
    		Hostname: host.Name("static.test"),
    		Ports: []*model.Port{
    			{
    				Name:     "default",
    				Port:     8080,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
Back to top