Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LoadValues (0.07 sec)

  1. tests/integration/ambient/main_test.go

    	external.Build(t, builder)
    
    	echos, err := builder.Build()
    	if err != nil {
    		return err
    	}
    	for _, b := range echos {
    		scopes.Framework.Infof("built %v", b.Config().Service)
    	}
    
    	external.LoadValues(echos)
    	apps.MockExternal = external.All
    
    	// All does not include external
    	echos = match.Not(match.ServiceName(echo.NamespacedName{Name: cdeployment.ExternalSvc, Namespace: apps.ExternalNamespace})).GetMatches(echos)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 10.8K bytes
    - Viewed (0)
Back to top