feat: support for k8s 1.12 and 1.13

This commit is contained in:
Jaka Hudoklin 2019-05-23 15:57:30 +02:00
parent ffaa36d7f0
commit bbb97947d7
No known key found for this signature in database
GPG key ID: 916062A1C4748647
4 changed files with 190016 additions and 0 deletions

View file

@ -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";
}