Update nodes for v1beta3 api

This commit is contained in:
BC Broussard
2015-05-21 00:04:33 -07:00
parent 0721377646
commit 69160f3464
7 changed files with 1086 additions and 993 deletions

View File

@@ -7,7 +7,7 @@ app.controller('NodeCtrl', [
'$scope',
'$interval',
'$routeParams',
'k8sApi',
'k8sv1Beta3Api',
'$rootScope',
function($scope, $interval, $routeParams, k8sApi, $rootScope) {
'use strict';