mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-13 00:20:07 +01:00
11 lines
237 B
Nix
11 lines
237 B
Nix
{
|
|
k8s = ./k8s.nix;
|
|
istio = ./istio.nix;
|
|
submodules = ./submodules.nix;
|
|
submodule = ./submodule.nix;
|
|
helm = ./helm.nix;
|
|
docker = ./docker.nix;
|
|
testing = ./testing;
|
|
test = ./testing/test-options.nix;
|
|
base = ./base.nix;
|
|
}
|