Commit graph

20 commits

Author SHA1 Message Date
Jaka Hudoklin
b2c91dfa4b fix tests, do not test k8s 1.8 to 1.10 anymore 2020-04-04 18:44:43 +07:00
Jaka Hudoklin
13e47144fd feat(k8s): support for k8s 1.16 -> 1.17, deprecate 1.7 2020-04-04 18:25:04 +07:00
Jaka Hudoklin
7855c4adff
feat(release): build k8s 1.14 and 1.15 2020-01-14 19:11:55 +00:00
Jaka Hudoklin
3d149d6101
feat(k8s): improvements
- format k8s generated files with nixfmt
- improve k8s module true and mount resources at `kubernetes.api.resources`
- create alias `kubernetes.resources` to `kubernetes.api.resources`
- rename from `kubernetes.api.resources` to `kubernetes.api.types`
- rename from `kubernetes.customResources` to `kubernetes.customTypes`
2019-09-25 01:03:01 +02:00
Jaka Hudoklin
12a6b509a4
improve ci 2019-05-05 16:14:45 +02:00
Jaka Hudoklin
7e7eb19e94
improve testing 2019-05-05 11:55:19 +02:00
Jaka Hudoklin
e4493addd8
pass nixos path explicitly 2019-05-03 23:37:20 +02:00
Jaka Hudoklin
6183fcc190
Refactor:
- Support for module features
- Remove kubenix.module and rather use explicit modules
- Make tests framework independent of k8s module
- Remove metacontroller submodule, which will go to kubenix-modules
- Improved submodule propagation and passthru
- Added additional test for k8s-submodule
2019-03-12 20:48:19 +01:00
Jaka Hudoklin
987c6e4173
feat: improve testing 2019-03-08 00:40:58 +01:00
Jaka Hudoklin
432cc9e347
feat(examples): add nginx deployment 2019-03-07 18:05:00 +01:00
Jaka Hudoklin
fbaed4ec00
feat: refactor kubenix.k8s-submodule to kubenix.all module 2019-03-05 21:26:49 +01:00
Jaka Hudoklin
da12e2a319
refator: put all modules under modules directory 2019-03-05 20:57:55 +01:00
Jaka Hudoklin
ef63459d96
feat: remove old tests 2019-02-17 19:46:14 +01:00
Jaka Hudoklin
b4c4f17cc9
feat: refactor tests 2019-02-17 19:42:13 +01:00
Jaka Hudoklin
bd6741fab1
feat: support for k8s 1.11,1.12,1.13 2019-02-13 17:04:44 +01:00
Jaka Hudoklin
ae3b208821
fix(k8s): use plural aliases instead of kinds 2019-02-13 12:55:56 +01:00
Jaka Hudoklin
9f8ca8447e
feat: initial testing support 2019-02-12 16:22:18 +01:00
Jaka Hudoklin
b96611bef4
feat(release): add istio generate script 2019-02-12 11:04:35 +01:00
Jaka Hudoklin
ff66b0e0c3
feat: initial istio support 2019-02-11 21:21:07 +01:00
Jaka Hudoklin
3dc1e615c4
Initial refactoring for kubenix 2.0
Implemented features:

- Improved and reimplemented submodule system, independent of
kubernetes module definitions
- Pre-generated kubernetes module definitions with explicit API
versioning support
2019-02-10 21:18:07 +01:00