Skip to content

Commit dca794d

Browse files
authored
Add moar reserved keywords to validation list (#734)
Add more reserved keywords to validation list. These keywords are reserved to support potential future functionality where users may need to access the root node or other graph primitives.
1 parent b454db1 commit dca794d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/graph/validation.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ var (
5555
"object",
5656
"resource",
5757
"resourcegraphdefinition",
58+
"resourceGraphDefinition",
5859
"resources",
60+
"root",
5961
"runtime",
6062
"schema",
6163
"self",

0 commit comments

Comments
 (0)