feat: support for k8s 1.11,1.12,1.13

This commit is contained in:
Jaka Hudoklin 2019-02-13 17:04:13 +01:00
parent c1b84f3192
commit bd6741fab1
No known key found for this signature in database
GPG key ID: 6A08896BFD32BD95
11 changed files with 374251 additions and 23306 deletions

View file

@ -75,8 +75,8 @@ in {
options.kubernetes.version = mkOption {
description = "Kubernetes version to use";
type = types.enum ["1.7" "1.8" "1.9" "1.10"];
default = "1.10";
type = types.enum ["1.7" "1.8" "1.9" "1.10" "1.11" "1.12" "1.13"];
default = "1.13";
};
options.kubernetes.api = mkOption {