Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetDeploymentCondition (0.13 sec)

  1. pkg/controller/deployment/progress.go

    				msg = fmt.Sprintf("ReplicaSet %q has successfully progressed.", newRS.Name)
    			}
    			condition := util.NewDeploymentCondition(apps.DeploymentProgressing, v1.ConditionTrue, util.NewRSAvailableReason, msg)
    			util.SetDeploymentCondition(&newStatus, *condition)
    
    		case util.DeploymentProgressing(d, &newStatus):
    			// If there is any progress made, continue by not checking if the deployment failed. This
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 11:00:44 UTC 2023
    - 8.9K bytes
    - Viewed (0)
Back to top