-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Description
In [358]: dashboardFilter="kubernetes.namespace.name is 'foo-bar'"
In [359]: foo=sdclient.create_dashboard_from_view(dashboardName, viewName, dashboardFilter)
In [360]: foo
Out[360]:
(False,
'invalid scope: kubernetes.namespace.name is \'foo-bar\', expecting one of {"\'" \'/[\\\\w\\\\.]+/\' \'"\'}')
In [361]:
is there any reason why a scope can't be a dict with key values? not sure why you chose converting string when expected value is a simple key value pair.
Metadata
Metadata
Assignees
Labels
No labels