From 5364015779d34979ab9642c9137ab3004761b4d6 Mon Sep 17 00:00:00 2001 From: Ben Parees Date: Fri, 17 Apr 2015 09:59:48 -0400 Subject: [PATCH] update deprecated id fields to use name --- examples/sample-app/application-template-custombuild.json | 6 +++--- examples/sample-app/application-template-dockerbuild.json | 6 +++--- examples/sample-app/application-template-stibuild.json | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/sample-app/application-template-custombuild.json b/examples/sample-app/application-template-custombuild.json index c2fb1f849d42..f54ee121de93 100644 --- a/examples/sample-app/application-template-custombuild.json +++ b/examples/sample-app/application-template-custombuild.json @@ -4,7 +4,7 @@ { "apiVersion": "v1beta1", "containerPort": 8080, - "id": "frontend", + "name": "frontend", "kind": "Service", "port": 5432, "selector": { @@ -14,7 +14,7 @@ { "apiVersion": "v1beta1", "host": "www.example.com", - "id": "sample-app-secure", + "name": "sample-app-secure", "kind": "Route", "metadata": { "name": "route-edge" @@ -183,7 +183,7 @@ { "apiVersion": "v1beta1", "containerPort": 3306, - "id": "database", + "name": "database", "kind": "Service", "port": 5434, "selector": { diff --git a/examples/sample-app/application-template-dockerbuild.json b/examples/sample-app/application-template-dockerbuild.json index eb7a7fc6afb9..9df5d34913ba 100644 --- a/examples/sample-app/application-template-dockerbuild.json +++ b/examples/sample-app/application-template-dockerbuild.json @@ -4,7 +4,7 @@ { "apiVersion": "v1beta1", "containerPort": 8080, - "id": "frontend", + "name": "frontend", "kind": "Service", "port": 5432, "selector": { @@ -14,7 +14,7 @@ { "apiVersion": "v1beta1", "host": "www.example.com", - "id": "sample-app-secure", + "name": "sample-app-secure", "kind": "Route", "metadata": { "name": "route-edge" @@ -173,7 +173,7 @@ { "apiVersion": "v1beta1", "containerPort": 3306, - "id": "database", + "name": "database", "kind": "Service", "port": 5434, "selector": { diff --git a/examples/sample-app/application-template-stibuild.json b/examples/sample-app/application-template-stibuild.json index ac2575dd4ee7..952b4dac9fab 100644 --- a/examples/sample-app/application-template-stibuild.json +++ b/examples/sample-app/application-template-stibuild.json @@ -4,7 +4,7 @@ { "apiVersion": "v1beta1", "containerPort": 8080, - "id": "frontend", + "name": "frontend", "kind": "Service", "port": 5432, "selector": { @@ -14,7 +14,7 @@ { "apiVersion": "v1beta1", "host": "www.example.com", - "id": "sample-app-secure", + "name": "sample-app-secure", "kind": "Route", "metadata": { "name": "route-edge" @@ -208,7 +208,7 @@ { "apiVersion": "v1beta1", "containerPort": 3306, - "id": "database", + "name": "database", "kind": "Service", "port": 5434, "selector": {