Encode/decode working everywhere now.

This commit is contained in:
Daniel Smith
2014-06-20 16:50:56 -07:00
parent 14361e336a
commit 41534c1cc5
14 changed files with 98 additions and 104 deletions

View File

@@ -61,7 +61,19 @@ func TestTypes(t *testing.T) {
},
},
&Service{},
&ServiceList{},
&ServiceList{
Items: []Service{
{
Labels: map[string]string{
"foo": "bar",
},
}, {
Labels: map[string]string{
"foo": "baz",
},
},
},
},
&ReplicationControllerList{},
&ReplicationController{},
&PodList{},