Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BenchmarkInjection (0.12 sec)

  1. pkg/kube/inject/inject_test.go

    		},
    	}
    }
    
    // TestInjection tests both the mutating webhook and kube-inject. It does this by sharing the same input and output
    // test files and running through the two different code paths.
    func BenchmarkInjection(b *testing.B) {
    	istiolog.FindScope("default").SetOutputLevel(istiolog.ErrorLevel)
    	cases := []struct {
    		name string
    		in   *corev1.Pod
    	}{
    		{
    			name: "many env vars",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 20:35:11 UTC 2024
    - 34.1K bytes
    - Viewed (0)
Back to top