Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Int64N (0.13 sec)

  1. cni/pkg/plugin/plugin_dryrun_test.go

    	)
    }
    
    func TestIPTablesRuleGeneration(t *testing.T) {
    	cniConf := buildDryrunConf()
    
    	customUID := int64(1000670000)
    	customGID := int64(1000670001)
    	zero := int64(0)
    
    	tests := []struct {
    		name        string
    		annotations map[string]string
    		proxyEnv    []corev1.EnvVar
    		customUID   *int64
    		customGID   *int64
    		golden      string
    	}{
    		{
    			name:        "basic",
    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