Jaka Hudoklin
Jaka Hudoklin
I used this project to somehow get https://github.com/snowdrop/istio-java-api json schema. Are you using istio, maybe we can just remove it for now? Also thanks for pull request :)
This looks good, I did check it and I don't see any issues, do you think it's ready to get merged?
Didn't had time to test it yet, do tests event work on master with latest nixpkgs? Do you think this could be the culprit? https://github.com/xtruder/kubenix/pull/34/files#diff-751539391bd459b986922691ca861a8478249e5d92315ce616350836cee5de76R130 I will try to debug...
Today i added initial istio pre-generated modules. Generator is really ugly, but gets a job done.
Implemented a simple testing framework and initial tests.
Initial support for e2e testing has been implemented.
Helm has been integrated in https://github.com/xtruder/kubenix/commit/ba1144a8df204f2c1849593ff3256d6e1dac3c8f thanks to @matejc who implemented: https://github.com/matejc/helm2json example usage is here: https://github.com/xtruder/kubenix/commit/ba1144a8df204f2c1849593ff3256d6e1dac3c8f#diff-b025248827de015784990d5577d75c8eR32
@gilligan i created a first example: https://github.com/xtruder/kubenix/tree/kubenix-2.0/examples/nginx-deployment Hope it helps :)
I did some refactoring on codebase, fixed a bug and added e2e test for `nginx-deployment` example (`test.nix` file). Will add more tests tomorrow, including for helm and kubenix submodules, stay...
@kalbasit You are probably taking about e2e tests for kubenix 2.0, it's already implemented. It's spawns kubernetes cluster in qemu using nixos testing framework and nixos kubernetes module. Take a...