Merge pull request #18556 from mqliang/podValidation

Auto commit by PR queue bot
pull/6/head
k8s-merge-robot 2016-02-02 10:26:43 -08:00
commit 072bfd40ca
1 changed files with 0 additions and 1 deletions

View File

@ -1393,7 +1393,6 @@ func ValidatePodUpdate(newPod, oldPod *api.Pod) field.ErrorList {
allErrs = append(allErrs, field.Forbidden(specPath, "pod updates may not change fields other than `containers[*].image`"))
}
newPod.Status = oldPod.Status
return allErrs
}