Skip to content

Commit

Permalink
more samples
Browse files Browse the repository at this point in the history
  • Loading branch information
ssvaidyanathan committed Feb 28, 2024
1 parent 6204469 commit a666514
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ remote-service.*
#json files
*.json

!samples/*/*.zip
!samples/*.json
!samples/*/*.json
!test/*.json
!test/*.yaml
!test/*.zip
Expand Down
Binary file added samples/apis/sample.zip
Binary file not shown.
9 changes: 9 additions & 0 deletions samples/datacollectors.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"dataCollectors": [
{
"name": "dc_sampleCollector",
"description": "Sample",
"type": "STRING"
}
]
}
12 changes: 12 additions & 0 deletions samples/kvms/env_dev_testMap_kvmfile_0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"keyValueEntries": [
{
"name": "foo",
"value": "bar"
},
{
"name": "hello",
"value": "world"
}
]
}
12 changes: 12 additions & 0 deletions samples/kvms/proxy_sample_map_kvmfile_0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"keyValueEntries": [
{
"name": "foo",
"value": "bar"
},
{
"name": "hello",
"value": "world"
}
]
}
Binary file added samples/sharedflows/sample-sf.zip
Binary file not shown.

0 comments on commit a666514

Please sign in to comment.