Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tozero (0.18 sec)

  1. cni/pkg/plugin/plugin_dryrun_test.go

    			customGID:   &customGID,
    			golden:      filepath.Join(env.IstioSrc, "cni/pkg/plugin/testdata/custom-uid.txt.golden"),
    		},
    		{
    			name:        "custom-uid-zero",
    			annotations: map[string]string{annotation.SidecarStatus.Name: "true"},
    			customUID:   &zero,
    			golden:      filepath.Join(env.IstioSrc, "cni/pkg/plugin/testdata/basic.txt.golden"),
    		},
    		{
    			name: "custom-uid-tproxy",
    			annotations: map[string]string{
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Sat Feb 10 00:31:55 GMT 2024
    - 8.4K bytes
    - Viewed (0)
Back to top