// If this update doesn't contain a state transition, we don't update
// the conditions LastTransitionTime to Now()
ifcond.Status==status{
c.LastTransitionTime=cond.LastTransitionTime
}else{
r.logger.Info("found status change for StepIssuer condition; setting lastTransitionTime","condition",cond.Type,"old_status",cond.Status,"new_status",status,"time",now.Time)
}
// Overwrite the existing condition
r.issuer.Status.Conditions[idx]=c
return
}
// If we've not found an existing condition of this type, we simply insert