Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getNewReplicaSet (0.17 sec)

  1. pkg/controller/deployment/util/deployment_util.go

    	rsAnnotationsChanged := false
    	if rs.Annotations == nil {
    		rs.Annotations = make(map[string]string)
    	}
    	for k, v := range deployment.Annotations {
    		// newRS revision is updated automatically in getNewReplicaSet, and the deployment's revision number is then updated
    		// by copying its newRS revision number. We should not copy deployment's revision to its newRS, since the update of
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 07:09:11 UTC 2023
    - 39.3K bytes
    - Viewed (0)
Back to top