mirror of
https://github.com/rancher/steve.git
synced 2025-09-06 09:51:02 +00:00
Add parsing of the indirect access operator ('=>').
This commit is contained in:
@@ -38,4 +38,5 @@ const (
|
||||
Exists Operator = "exists"
|
||||
GreaterThan Operator = "gt"
|
||||
LessThan Operator = "lt"
|
||||
IndirectSelector Operator = "=>"
|
||||
)
|
||||
|
Reference in New Issue
Block a user