Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestSyncDeploymentDeletionRace (0.28 sec)

  1. pkg/controller/deployment/deployment_controller_test.go

    	d.DeletionTimestamp = &now
    	f.dLister = append(f.dLister, d)
    	f.objects = append(f.objects, d)
    
    	f.expectUpdateDeploymentStatusAction(d)
    	f.run(ctx, testutil.GetKey(d, t))
    }
    
    func TestSyncDeploymentDeletionRace(t *testing.T) {
    	_, ctx := ktesting.NewTestContext(t)
    
    	f := newFixture(t)
    
    	d := newDeployment("foo", 1, nil, nil, nil, map[string]string{"foo": "bar"})
    	d2 := *d
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 32.5K bytes
    - Viewed (0)
Back to top