add support for kube 1.24

This commit is contained in:
Bryton Hall 2022-08-11 23:07:41 -04:00
parent b874fce232
commit 666a685118
6 changed files with 40141 additions and 19786 deletions

View file

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