allErrs=append(allErrs,field.Invalid(statusPath.Child("availableReplicas"),controller.Status.AvailableReplicas,"cannot be greater than readyReplicas"))
ifstatus.AvailableReplicas>status.ReadyReplicas{
allErrs=append(allErrs,field.Invalid(statusPath.Child("availableReplicas"),status.AvailableReplicas,"cannot be greater than readyReplicas"))