mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-13 00:20:07 +01:00
feat(k8s): add support for k8s v1.14 and v1.15
This commit is contained in:
parent
c11ab72e7a
commit
d14392d623
3 changed files with 43394 additions and 2 deletions
21525
modules/generated/v1.14.nix
Normal file
21525
modules/generated/v1.14.nix
Normal file
File diff suppressed because it is too large
Load diff
21867
modules/generated/v1.15.nix
Normal file
21867
modules/generated/v1.15.nix
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -200,8 +200,8 @@ in {
|
|||
options.kubernetes = {
|
||||
version = mkOption {
|
||||
description = "Kubernetes version to use";
|
||||
type = types.enum ["1.7" "1.8" "1.9" "1.10" "1.11" "1.12" "1.13"];
|
||||
default = "1.13";
|
||||
type = types.enum ["1.7" "1.8" "1.9" "1.10" "1.11" "1.12" "1.13" "1.14" "1.15"];
|
||||
default = "1.15";
|
||||
};
|
||||
|
||||
namespace = mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue