Update pods for v1beta3 api

This commit is contained in:
BC Broussard
2015-05-20 18:50:58 -07:00
parent e847b2d4f7
commit 040a4cfa8c
6 changed files with 216 additions and 156 deletions

View File

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