allErrs=append(allErrs,field.Invalid(fldPath.Child("template","spec","activeDeadlineSeconds"),spec.Template.Spec.ActiveDeadlineSeconds,"must not be specified"))
allErrs=append(allErrs,field.Forbidden(fldPath.Child("template","spec","activeDeadlineSeconds"),"activeDeadlineSeconds in StatefulSet is not Supported"))
allErrs=append(allErrs,field.Invalid(fldPath.Child("template","spec","activeDeadlineSeconds"),spec.Template.Spec.ActiveDeadlineSeconds,"must not be specified"))
allErrs=append(allErrs,field.Forbidden(fldPath.Child("template","spec","activeDeadlineSeconds"),"activeDeadlineSeconds in DaemonSet is not Supported"))
allErrs=append(allErrs,field.Invalid(fldPath.Child("spec","activeDeadlineSeconds"),template.Spec.ActiveDeadlineSeconds,"must not be specified"))
allErrs=append(allErrs,field.Forbidden(fldPath.Child("spec","activeDeadlineSeconds"),"activeDeadlineSeconds in ReplicationController is not Supported"))