Annotate decisions on issue 3304 in api.

This commit is contained in:
monopole
2021-01-16 08:08:52 -08:00
parent 11dce34407
commit 45b1bf17d3
7 changed files with 103 additions and 7 deletions

View File

@@ -124,6 +124,7 @@ func TestRefVarTransformer(t *testing.T) {
"slice": []interface{}{5}, // noticeably *not* a []string
}}).ResMap(),
},
// TODO(#3304): DECISION - kyaml better; not a bug.
errMessage: konfig.IfApiMachineryElseKyaml(
`obj '{"apiVersion": "v1", "data": {"slice": [5]}, "kind": "ConfigMap", "metadata": {"name": "cm1"}}
' at path 'data/slice': invalid value type expect a string`,