Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestRestartableInitContainers (0.82 sec)

  1. pkg/scheduler/framework/plugins/noderesources/fit_test.go

    			if !reflect.DeepEqual(gotStatus, test.wantStatus) {
    				t.Errorf("status does not match: %v, want: %v", gotStatus, test.wantStatus)
    			}
    		})
    	}
    
    }
    
    func TestRestartableInitContainers(t *testing.T) {
    	newPod := func() *v1.Pod {
    		return &v1.Pod{
    			Spec: v1.PodSpec{
    				Containers: []v1.Container{
    					{Name: "regular"},
    				},
    			},
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 57.4K bytes
    - Viewed (0)
Back to top