feat: initial work on metacontroller

This commit is contained in:
Jaka Hudoklin 2019-03-08 23:26:41 +01:00
parent 978ada4312
commit 4b96377e42
No known key found for this signature in database
GPG key ID: 6A08896BFD32BD95
5 changed files with 202 additions and 0 deletions

View file

@ -4,6 +4,7 @@
submodules = ./submodules.nix;
helm = ./helm.nix;
docker = ./docker.nix;
metacontroller = ./metacontroller;
testing = ./testing.nix;
test = ./test.nix;
module = ./module.nix;