allErrs=append(allErrs,field.Forbidden(field.NewPath("spec"),"updates to statefulset spec for fields other than 'replicas', 'template', and 'updateStrategy' are forbidden."))
allErrs=append(allErrs,field.Forbidden(field.NewPath("spec"),"updates to statefulset spec for fields other than 'replicas', 'template', and 'updateStrategy' are forbidden"))
allErrs=append(allErrs,field.Invalid(fldPath.Child("template","metadata","labels"),spec.Template.Labels,"`selector` does not match template `labels`"))
allErrs=append(allErrs,field.Invalid(fldPath.Child("template","metadata","labels"),spec.Template.Labels,"`selector` does not match template `labels`"))