Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestSyncDeploymentDontDoAnythingDuringDeletion (0.45 sec)

  1. pkg/controller/deployment/deployment_controller_test.go

    	f.expectCreateRSAction(rs)
    	f.expectUpdateDeploymentStatusAction(d)
    	f.expectUpdateDeploymentStatusAction(d)
    
    	f.run(ctx, testutil.GetKey(d, t))
    }
    
    func TestSyncDeploymentDontDoAnythingDuringDeletion(t *testing.T) {
    	_, ctx := ktesting.NewTestContext(t)
    
    	f := newFixture(t)
    
    	d := newDeployment("foo", 1, nil, nil, nil, map[string]string{"foo": "bar"})
    	now := metav1.Now()
    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