From 8db6be287cd3d6059de7b9a8e793175863f001c6 Mon Sep 17 00:00:00 2001 From: Clayton Coleman Date: Fri, 26 May 2017 19:00:01 -0400 Subject: [PATCH] Refactor printers to support rendering as a Table Return tables from the server. Kubernetes-commit: 7ce63eb608cdf95df429d6138ccf8dbf8b47a740 --- Godeps/Godeps.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index bc4dcc53..d6b84408 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -330,6 +330,10 @@ "ImportPath": "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured", "Rev": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" }, + { + "ImportPath": "k8s.io/apimachinery/pkg/apis/meta/v1alpha1", + "Rev": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" + }, { "ImportPath": "k8s.io/apimachinery/pkg/conversion", "Rev": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"