mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
Encode/decode working everywhere now.
This commit is contained in:
@@ -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{},
|
||||
|
||||
Reference in New Issue
Block a user