remove reference to v1beta3 in update-demo example

This commit is contained in:
Chao Xu
2015-06-18 10:55:07 -07:00
parent 43889c612c
commit 5eaf3e6f83
2 changed files with 3 additions and 3 deletions

View File

@@ -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")