Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rollbackToTemplate (0.21 sec)

  1. pkg/controller/deployment/rollback.go

    	return dc.updateDeploymentAndClearRollbackTo(ctx, d)
    }
    
    // rollbackToTemplate compares the templates of the provided deployment and replica set and
    // updates the deployment with the replica set template in case they are different. It also
    // cleans up the rollback spec so subsequent requeues of the deployment won't end up in here.
    func (dc *DeploymentController) rollbackToTemplate(ctx context.Context, d *apps.Deployment, rs *apps.ReplicaSet) (bool, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 05 23:39:52 UTC 2023
    - 6.7K bytes
    - Viewed (0)
Back to top