mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Add seq tag in kyaml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user