make unstructured items correspond to other items for storage

This commit is contained in:
deads2k
2017-03-31 15:18:51 -04:00
parent f5052024ba
commit 706823aaa8
10 changed files with 21 additions and 21 deletions

View File

@@ -275,7 +275,7 @@ func TestSortingPrinter(t *testing.T) {
"kind": "List",
"apiVersion": "v1",
},
Items: []*unstructured.Unstructured{
Items: []unstructured.Unstructured{
{
Object: map[string]interface{}{
"kind": "ReplicationController",
@@ -308,7 +308,7 @@ func TestSortingPrinter(t *testing.T) {
"kind": "List",
"apiVersion": "v1",
},
Items: []*unstructured.Unstructured{
Items: []unstructured.Unstructured{
{
Object: map[string]interface{}{
"kind": "ReplicationController",
@@ -345,7 +345,7 @@ func TestSortingPrinter(t *testing.T) {
"kind": "List",
"apiVersion": "v1",
},
Items: []*unstructured.Unstructured{
Items: []unstructured.Unstructured{
{
Object: map[string]interface{}{
"kind": "ReplicationController",