mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
feat(k8s): support for k8s 1.16 -> 1.17, deprecate 1.7
This commit is contained in:
parent
493d7e04df
commit
13e47144fd
6 changed files with 70148 additions and 12958 deletions
23852
modules/generated/v1.16.nix
Normal file
23852
modules/generated/v1.16.nix
Normal file
File diff suppressed because it is too large
Load diff
24638
modules/generated/v1.17.nix
Normal file
24638
modules/generated/v1.17.nix
Normal file
File diff suppressed because it is too large
Load diff
21599
modules/generated/v1.18.nix
Normal file
21599
modules/generated/v1.18.nix
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -201,7 +201,7 @@ 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" "1.14" "1.15"];
|
||||
type = types.enum ["1.7" "1.8" "1.9" "1.10" "1.11" "1.12" "1.13" "1.14" "1.15" "1.16" "1.17" "1.18"];
|
||||
default = "1.15";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue