-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use grizzly K8S wrapper library (#2)
- Loading branch information
Showing
623 changed files
with
78,430 additions
and
60,904 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
local grr = import 'github.com/grafana/jsonnet-libs/grizzly/grizzly.libsonnet'; | ||
|
||
{ | ||
grafanaDashboards+:: { | ||
'example.json': (import 'example.jsonnet'), | ||
}, | ||
dashboards: [ | ||
grr.dashboard.new('example', (import 'example.jsonnet')), | ||
], | ||
// See a more extensive example at https://github.com/grafana/grizzly/blob/main/examples/grr.jsonnet | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
143 changes: 0 additions & 143 deletions
143
vendor/github.com/crdsonnet/crdsonnet/crdsonnet/dynamic.libsonnet
This file was deleted.
Oops, something went wrong.
52 changes: 0 additions & 52 deletions
52
vendor/github.com/crdsonnet/crdsonnet/crdsonnet/example/example_schema.json
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
vendor/github.com/crdsonnet/crdsonnet/crdsonnet/example/jso
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
vendor/github.com/crdsonnet/crdsonnet/crdsonnet/example/json_schema.libsonnet
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
vendor/github.com/crdsonnet/crdsonnet/crdsonnet/example/json_schema_simple.libsonnet
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
vendor/github.com/crdsonnet/crdsonnet/crdsonnet/example/json_schema_static.libsonnet
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.