Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestEnablePrometheusAggregation (0.23 sec)

  1. pkg/kube/inject/webhook_test.go

    }
    
    func BenchmarkInjectServePC5(b *testing.B) {
    	benchmarkInjectServe(5, b)
    }
    
    func BenchmarkInjectServePC15(b *testing.B) {
    	benchmarkInjectServe(15, b)
    }
    
    func TestEnablePrometheusAggregation(t *testing.T) {
    	tests := []struct {
    		name string
    		mesh *meshconfig.MeshConfig
    		anno map[string]string
    		want bool
    	}{
    		{
    			"no settings",
    			nil,
    			nil,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 17 20:25:52 UTC 2023
    - 39K bytes
    - Viewed (1)
Back to top