Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for newTestEnvironment (0.17 sec)

  1. pilot/pkg/networking/core/envoyfilter/rc_patch_test.go

    						},
    					},
    					{
    						Name: "route4.0",
    					},
    				},
    			},
    			{
    				Name: "new-vhost",
    			},
    		},
    	}
    
    	serviceDiscovery := memory.NewServiceDiscovery()
    	env := newTestEnvironment(serviceDiscovery, testMesh, buildEnvoyFilterConfigStore(configPatches))
    	push := model.NewPushContext()
    	push.InitContext(env, nil, nil)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/envoyfilter/cluster_patch_test.go

    			proxy:        &model.Proxy{Type: model.Router, ConfigNamespace: "not-default"},
    			output:       gatewayOutput,
    		},
    	}
    
    	serviceDiscovery := memory.NewServiceDiscovery()
    	env := newTestEnvironment(serviceDiscovery, testMesh, buildEnvoyFilterConfigStore(configPatches))
    	push := model.NewPushContext()
    	push.InitContext(env, nil, nil)
    	for _, tc := range testCases {
    		t.Run(tc.name, func(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 20.7K bytes
    - Viewed (0)
Back to top