mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
12 lines
260 B
Nix
12 lines
260 B
Nix
{
|
|
k8s = ./k8s.nix;
|
|
istio = ./istio.nix;
|
|
submodules = ./submodules.nix;
|
|
submodule = ./submodule.nix;
|
|
helm = ./helm.nix;
|
|
files = ./files.nix;
|
|
docker = ./docker.nix;
|
|
testing = ./testing;
|
|
test = ./testing/test-options.nix;
|
|
base = ./base.nix;
|
|
}
|