returnfmt.Errorf("error waiting for deployment %q to have at least %d updatedReplicas: %v; latest .status.updatedReplicas: %d",deploymentName,minUpdatedReplicas,err,deployment.Status.UpdatedReplicas)
pollErr=fmt.Errorf("deployment %q never updated with the desired condition and reason, latest deployment conditions: %+v",deployment.Name,deployment.Status.Conditions)