fix the left pre V1 field names in 290c4618c331f4f30a278af520121ff35
This commit is contained in:
@@ -323,13 +323,13 @@ func TestListPodListSelection(t *testing.T) {
|
||||
field: "status.phase=Failed",
|
||||
expectedIDs: util.NewStringSet("baz"),
|
||||
}, {
|
||||
field: "spec.host=barhost",
|
||||
field: "spec.nodeName=barhost",
|
||||
expectedIDs: util.NewStringSet("bar"),
|
||||
}, {
|
||||
field: "spec.host=",
|
||||
field: "spec.nodeName=",
|
||||
expectedIDs: util.NewStringSet("foo", "baz", "qux", "zot"),
|
||||
}, {
|
||||
field: "spec.host!=",
|
||||
field: "spec.nodeName!=",
|
||||
expectedIDs: util.NewStringSet("bar"),
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user