mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-13 16:40:05 +01:00
feat: support for k8s 1.12 and 1.13
This commit is contained in:
parent
ffaa36d7f0
commit
bbb97947d7
4 changed files with 190016 additions and 0 deletions
|
|
@ -120,4 +120,6 @@ in {
|
|||
tests."k8s-1_9" = buildTest ./test/default.nix "1.9";
|
||||
tests."k8s-1_10" = buildTest ./test/default.nix "1.10";
|
||||
tests."k8s-1_11" = buildTest ./test/default.nix "1.11";
|
||||
tests."k8s-1_12" = buildTest ./test/default.nix "1.12";
|
||||
tests."k8s-1_13" = buildTest ./test/default.nix "1.13";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue