A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/ksonnet/ksonnet/issues/447 below:

ks param list command shows error if components/params.libsonnet has null or array. · Issue #447 · ksonnet/ksonnet · GitHub

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:


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