Supported Labels - Reference
This document references the labels one can apply to OpenFaas functions to better control their integration into XC Scenario.
All labels are prefixed with xcomponent.com..
| Label | Meaning |
|---|---|
label |
List of labels to apply to this function. Separators: /, \| and -. This label is used by each installation of XC Scenario may retrieve the subset of functions to be made available to users. |
inputs.X |
Declares an input parameter named X, All the XC Scenario base types can be used : String, Number, Boolean. |
outputs.X |
Declares an output parameter named X, All the XC Scenario base types can be used : String, Number, Boolean. |
allowedWorkspaces |
List of workspaces where this function can run. Separator: ; |