diff options
author | pmikus <peter.mikus@protonmail.ch> | 2024-05-28 08:49:29 +0200 |
---|---|---|
committer | pmikus <peter.mikus@protonmail.ch> | 2024-05-28 08:49:29 +0200 |
commit | a2d74de746a017316458d340fed44157266b5b6d (patch) | |
tree | a9917618c4b764f052e820ec2b5f07ea542f38af /csit.infra.etl/coverage_hoststack.json | |
parent | b853aca788d6fc04eb0a5cd4e648b3834a6b2cc3 (diff) |
feat(etl): Add hosts
Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch>
Change-Id: Ibd3d0a1cdce67d17bfbe6fadfc1311af420a6c50
Diffstat (limited to 'csit.infra.etl/coverage_hoststack.json')
-rw-r--r-- | csit.infra.etl/coverage_hoststack.json | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/csit.infra.etl/coverage_hoststack.json b/csit.infra.etl/coverage_hoststack.json index fdd6eab6c0..5823c96a2c 100644 --- a/csit.infra.etl/coverage_hoststack.json +++ b/csit.infra.etl/coverage_hoststack.json @@ -44,6 +44,16 @@ }, { "metadata": {}, + "name": "hosts", + "nullable": true, + "type": { + "containsNull": true, + "elementType": "string", + "type": "array" + } + }, + { + "metadata": {}, "name": "result", "nullable": true, "type": { @@ -220,4 +230,4 @@ } ], "type": "struct" -}
\ No newline at end of file +} |