Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for expectUpdateDeploymentStatusAction (0.31 sec)

  1. pkg/controller/deployment/deployment_controller_test.go

    	f.dLister = append(f.dLister, d)
    	f.objects = append(f.objects, d)
    
    	rs := newReplicaSet(d, "deploymentrs-4186632231", 1)
    
    	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)
    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