Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cleanupDeployment (0.16 sec)

  1. pkg/controller/deployment/recreate.go

    	}
    
    	// scale up new replica set.
    	if _, err := dc.scaleUpNewReplicaSetForRecreate(ctx, newRS, d); err != nil {
    		return err
    	}
    
    	if util.DeploymentComplete(d, &d.Status) {
    		if err := dc.cleanupDeployment(ctx, oldRSs, d); err != nil {
    			return err
    		}
    	}
    
    	// Sync deployment status.
    	return dc.syncRolloutStatus(ctx, allRSs, newRS, d)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 13 20:32:13 UTC 2021
    - 4.2K bytes
    - Viewed (0)
Back to top