Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestDefaultProxyConfig (0.17 sec)

  1. pkg/config/mesh/mesh_test.go

    			want := &meshconfig.ProxyConfig{}
    			assert.NoError(t, protomarshal.ApplyYAML(tt.result, want))
    
    			assert.Equal(t, mc.GetDefaultConfig(), want)
    		})
    	}
    }
    
    func TestDefaultProxyConfig(t *testing.T) {
    	if err := agent.ValidateMeshConfigProxyConfig(mesh.DefaultProxyConfig()); err != nil {
    		t.Errorf("validation of default proxy config failed with %v", err)
    	}
    }
    
    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