Is this a BUG REPORT or FEATURE REQUEST?:
/kind bug
What happened:
ks param list command shows error if components/params.libsonnet has null or array.
vim components/params.libsonnet
{
global: {
},
components: {
‘test-v1': {
envs: null,
},
},
}
$ ks param list
ERROR get all component params for : Found an unsupported param AST node type: *ast.LiteralNull
vim components/params.libsonnet
{
global: {
},
components: {
‘test-v1': {
envs: [],
},
},
}
$ ks param list
ERROR get all component params for : Found an unsupported param AST node type: *ast.Array
Environment:
ks version
):RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4