This commit is contained in:
GTrunSec 2022-04-02 15:09:21 -07:00
parent bc5c70db39
commit c08c408bce
No known key found for this signature in database
GPG key ID: 2368FAFA4ABDD2A0
3 changed files with 10 additions and 2 deletions

View file

@ -50,5 +50,12 @@ in {
sha256 = "sha256-EoqYTbtaTlzs7vneoNtXUmdnjTM/U+1gYwCiEy0lOcw=";
});
}
{
name = "v1.23.nix";
path = generateK8S "v1.23" (builtins.fetchurl {
url = "https://github.com/kubernetes/kubernetes/raw/v1.23.0/api/openapi-spec/swagger.json";
sha256 = "sha256:0jivg8nlxka1y7gzqpcxkmbvhcbxynyrxmjn0blky30q5064wx2a";
});
}
];
}