Extend Supervisor Node config with list of custom scripts

This commit is contained in:
Jon Siwek 2020-01-08 14:52:46 -08:00
parent 297317b232
commit 00cd04b0ae
4 changed files with 25 additions and 0 deletions

View file

@ -23,6 +23,7 @@ export {
name: string;
interface: string &optional;
directory: string &optional;
scripts: vector of string &default = vector();
cluster: table[string] of ClusterEndpoint &default=table();
# TODO: separate node config fields from status fields ?