Closed everettraven closed 1 year ago
Currently, the only supported value that can be returned from a dot notation reference (i.e .metadata.name) is a string. It should be updated to at least be able to handle:
.metadata.name
string
int
float
[]...
map[string]...
Currently, the only supported value that can be returned from a dot notation reference (i.e
.metadata.name
) is astring
. It should be updated to at least be able to handle:int
,float
, etc.)[]...
)map[string]...
)