Expect(fmt.Errorf("observed %d available replicas, less than min required %d",deployment.Status.AvailableReplicas,minAvailableReplicas)).NotTo(HaveOccurred())
}
// Scale the deployment to 30 replicas.
newReplicas=int32(30)
framework.Logf("Scaling up the deployment %q from %d to %d",deploymentName,replicas,newReplicas)