mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-13 00:20:07 +01:00
feat: refactor file structure module interfaces and other
This commit is contained in:
parent
12a1c920c4
commit
eac2d78667
36 changed files with 58 additions and 139 deletions
|
|
@ -1,15 +1,12 @@
|
|||
{ config, lib, test, kubenix, k8s, ... }:
|
||||
{ config, lib, kubenix, ... }:
|
||||
|
||||
with lib;
|
||||
with k8s;
|
||||
|
||||
let
|
||||
pod1 = config.kubernetes.api.pods.pod1;
|
||||
pod2 = config.kubernetes.api.pods.pod2;
|
||||
in {
|
||||
imports = [
|
||||
kubenix.k8s
|
||||
];
|
||||
imports = with kubenix.modules; [ test k8s ];
|
||||
|
||||
test = {
|
||||
name = "k8s-defaults";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue