allErrs=append(allErrs,errs.NewFieldForbidden("rollingUpdate","rollingUpdate should be nil when strategy type is "+experimental.RecreateDeploymentStrategyType))
allErrs=append(allErrs,errs.NewFieldForbidden("rollingUpdate","rollingUpdate should be nil when strategy type is "+extensions.RecreateDeploymentStrategyType))
// Create takes the representation of a deployment and creates it. Returns the server's representation of the deployment, and an error, if there is any.
// Update takes the representation of a deployment and updates it. Returns the server's representation of the deployment, and an error, if there is any.
// Create takes the representation of a horizontalPodAutoscaler and creates it. Returns the server's representation of the horizontalPodAutoscaler, and an error, if it occurs.
// Update takes the representation of a horizontalPodAutoscaler and updates it. Returns the server's representation of the horizontalPodAutoscaler, and an error, if it occurs.