Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetFromReplicaSetTemplate (0.44 sec)

  1. pkg/controller/deployment/rollback.go

    	if !deploymentutil.EqualIgnoreHash(&d.Spec.Template, &rs.Spec.Template) {
    		logger.V(4).Info("Rolling back deployment to old template spec", "deployment", klog.KObj(d), "templateSpec", rs.Spec.Template.Spec)
    		deploymentutil.SetFromReplicaSetTemplate(d, rs.Spec.Template)
    		// set RS (the old RS we'll rolling back to) annotations back to the deployment;
    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