Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for pod3 (0.1 sec)

  1. pkg/registry/batch/job/strategy_test.go

    					Template:       validPodTemplateSpec,
    					ManualSelector: ptr.To(true),
    					Parallelism:    ptr.To[int32](1),
    				},
    			},
    		},
    		"pod instead": {
    			job:          nil,
    			nonJobObject: &api.Pod{},
    			wantErr:      "given object is not a job.",
    		},
    	}
    	for name, tc := range cases {
    		t.Run(name, func(t *testing.T) {
    			if tc.job == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 101.5K bytes
    - Viewed (0)
  2. pkg/proxy/nftables/proxier_test.go

    				"external to ClusterIP with iTP:Local": {
    					masq: ptr.To(false),
    				},
    
    				// And there's no eTP:Local short-circuit for pod traffic,
    				// so pods get only the local endpoints.
    				"pod to NodePort with eTP:Local": {
    					output: ptr.To("10.180.0.2:80"),
    				},
    				"pod to LB with eTP:Local": {
    					output: ptr.To("10.180.0.2:80"),
    				},
    			},
    		},
    		{
    			name:          "masqueradeAll",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
Back to top