Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestDefaultMeshConfig (0.33 sec)

  1. pkg/config/mesh/mesh_test.go

    func TestDefaultProxyConfig(t *testing.T) {
    	if err := agent.ValidateMeshConfigProxyConfig(mesh.DefaultProxyConfig()); err != nil {
    		t.Errorf("validation of default proxy config failed with %v", err)
    	}
    }
    
    func TestDefaultMeshConfig(t *testing.T) {
    	warn, err := agent.ValidateMeshConfig(mesh.DefaultMeshConfig())
    	if err != nil {
    		t.Errorf("validation of default mesh config failed with %v", err)
    	}
    	if warn != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 11.7K bytes
    - Viewed (0)
Back to top