From 5eaf3e6f8390c98f1f846dfae87c12955f33dbe5 Mon Sep 17 00:00:00 2001 From: Chao Xu Date: Thu, 18 Jun 2015 10:55:07 -0700 Subject: [PATCH] remove reference to v1beta3 in update-demo example --- examples/update-demo/local/index.html | 4 ++-- examples/update-demo/local/script.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/update-demo/local/index.html b/examples/update-demo/local/index.html index 22a4859126a..f0d897e4aa8 100644 --- a/examples/update-demo/local/index.html +++ b/examples/update-demo/local/index.html @@ -22,9 +22,9 @@ limitations under the License.
- + ID: {{server.podName}}
- Host: {{server.host}}
+ Host: {{server.host}}
Status: {{server.status}}
Image: {{server.dockerImage}}
Labels: diff --git a/examples/update-demo/local/script.js b/examples/update-demo/local/script.js index cf0fb3dd6b6..ec9cde6a955 100644 --- a/examples/update-demo/local/script.js +++ b/examples/update-demo/local/script.js @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -var base = "http://localhost:8001/api/v1beta3/"; +var base = "http://localhost:8001/api/v1/"; var updateImage = function($http, server) { $http.get(base + "proxy/namespaces/default/pods/" + server.podName + "/data.json")