Merge pull request #21610 from fejta/e2etag

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2016-02-26 12:52:43 -08:00
5 changed files with 8 additions and 8 deletions

View File

@@ -701,7 +701,7 @@ var _ = Describe("Pods", func() {
Containers: []api.Container{
{
Name: "liveness",
Image: "gcr.io/google_containers/liveness",
Image: "gcr.io/google_containers/liveness:e2e",
Command: []string{"/server"},
LivenessProbe: &api.Probe{
Handler: api.Handler{
@@ -730,7 +730,7 @@ var _ = Describe("Pods", func() {
Containers: []api.Container{
{
Name: "liveness",
Image: "gcr.io/google_containers/liveness",
Image: "gcr.io/google_containers/liveness:e2e",
Command: []string{"/server"},
LivenessProbe: &api.Probe{
Handler: api.Handler{