t.Errorf("Unexpected: new transition time %s, is before old transition time %s",newReadyCondition.LastTransitionTime,oldReadyCondition.LastTransitionTime)
t.Errorf("Unexpected: new transition time %s, is not equal to old transition time %s",newReadyCondition.LastTransitionTime,oldReadyCondition.LastTransitionTime)
allErrs=append(allErrs,field.Invalid(fldPath.Child("deletionGracePeriodSeconds"),newMeta.GetDeletionGracePeriodSeconds(),"field is immutable; may only be changed via deletion"))
allErrs=append(allErrs,field.Invalid(fldPath.Child("deletionTimestamp"),newMeta.GetDeletionTimestamp(),"field is immutable; may only be changed via deletion"))
t.Errorf("%v - FirstTimestamp (%q) and LastTimestamp (%q) must be different to indicate event compression happened, but were the same. Actual Event: %#v",messagePrefix,actualFirstTimestamp,actualLastTimestamp,recvEvent)