mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
add support for kube 1.24
This commit is contained in:
parent
b874fce232
commit
666a685118
6 changed files with 40141 additions and 19786 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
pkgs,
|
||||
lib,
|
||||
}: let
|
||||
generateIstio = import ./istio {
|
||||
inherit
|
||||
|
|
@ -57,5 +57,12 @@ in {
|
|||
sha256 = "sha256:0jivg8nlxka1y7gzqpcxkmbvhcbxynyrxmjn0blky30q5064wx2a";
|
||||
});
|
||||
}
|
||||
{
|
||||
name = "v1.24.nix";
|
||||
path = generateK8S "v1.24" (builtins.fetchurl {
|
||||
url = "https://github.com/kubernetes/kubernetes/raw/v1.24.0/api/openapi-spec/swagger.json";
|
||||
sha256 = "sha256:0fp5hbqk2q0imrfi4mwp1ia0bmn0xnl6hcr07y52q2cp41pmfhqd";
|
||||
});
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue