bump: k8s version

This commit is contained in:
David Arnold 2021-04-28 21:15:58 -05:00
parent 599ce2def0
commit 1cc28e4602
No known key found for this signature in database
GPG key ID: 6D6A936E69C59D08
16 changed files with 7789 additions and 225252 deletions

View file

@ -1,7 +1,7 @@
{ name ? "k8s"
, pkgs ? import <nixpkgs> {}
, lib ? pkgs.lib
, spec ? ./specs/1.10/swagger.json
, spec ? ./specs/1.21/swagger.json
, ... }:
with lib;