Skip to content

Commit 3faa0dd

Browse files
committed
dra-evolution: use fully-qualified attribute name
1 parent 9efb5c9 commit 3faa0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dra-evolution/testdata/classes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ metadata:
1515
filter:
1616
- device:
1717
driverName: example.com-foozer
18-
selector: "device.stringAttributes['model'] == 'foozer-1000'"
18+
selector: "device.stringAttributes['model.example.com-foozer'] == 'foozer-1000'"
1919
---
2020
# Any Barzer device
2121
apiVersion: resource.k8s.io/v1alpha2

0 commit comments

Comments
 (0)