Add field selector to List, implement for pods.
This commit is contained in:
@@ -67,7 +67,7 @@ func TestMinionREST(t *testing.T) {
|
||||
t.Errorf("delete returned wrong error")
|
||||
}
|
||||
|
||||
list, err := ms.List(labels.Everything())
|
||||
list, err := ms.List(labels.Everything(), labels.Everything())
|
||||
if err != nil {
|
||||
t.Errorf("got error calling List")
|
||||
}
|
||||
|
Reference in New Issue
Block a user