Fix incorrect reference to name in v1beta3 API.
This commit is contained in:
@@ -26,7 +26,7 @@ import (
|
||||
func TestMatchNode(t *testing.T) {
|
||||
testFieldMap := map[bool][]fields.Set{
|
||||
true: {
|
||||
{"name": "foo"},
|
||||
{"metadata.name": "foo"},
|
||||
},
|
||||
false: {
|
||||
{"foo": "bar"},
|
||||
|
Reference in New Issue
Block a user