-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathModule.yaml
26 lines (26 loc) · 1.53 KB
/
Module.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
displayName: 'Spy' # Display name for the module that will be displayed in the UI.
moduleName: 'spy' # Module name that will be used to reference the module, and uniquely identify the module and their versions.
description: 'Debugging module disclosing in logs all data passing through it.' # Module description that will be displayed in the UI.
versionName: 'v1.0.1' # Module version name that will be used to reference the module version, and uniquely identify the module version with a common name.
isPublic: true # Boolean value that indicates if the module is Public or Private.
categories: # Array of category that will be used to group the module in the UI.
- 'Policies'
type: 'Processing' # Module type (Input, Processing, Output) that will be used to group the module in the UI.
image:
name: 'weevenetwork/spy' # Image name from the docker registry.
tag: 'v1.0.1' # Image tag from the docker registry.
homepage: 'https://hub.docker.com/r/weevenetwork/spy' # Image homepage from the docker registry.
repository: 'https://github.com/weeve-modules/spy' # Repository URL to source code.
envs: []
ports: []
envPorts: []
mounts: []
envMounts: []
devices: []
envDevices: []
tags: # Array of tags.
- 'Python'
- 'Processing'
- 'Spy'
- '1.0.0'
icon: 'https://icons-020-demo.s3.eu-central-1.amazonaws.com/mi_spy_processing.png' # Icon URL that will be displayed in the UI.