Add seq tag in kyaml

This commit is contained in:
Donny Xia
2020-07-24 11:17:31 -07:00
parent 1dff481883
commit 65fd7c3e6e

View File

@@ -24,6 +24,7 @@ const (
NodeTagBool = "!!bool" NodeTagBool = "!!bool"
NodeTagInt = "!!int" NodeTagInt = "!!int"
NodeTagMap = "!!map" NodeTagMap = "!!map"
NodeTagSeq = "!!seq"
NodeTagEmpty = "" NodeTagEmpty = ""
// TODO: deprecate these // TODO: deprecate these