add support for kubernetes 1.27

This commit is contained in:
Bryton Hall 2023-06-13 16:38:33 -04:00
parent 0bb45c7161
commit 2b8e452ef2
6 changed files with 17742 additions and 25 deletions

View file

@ -6327,7 +6327,7 @@ let
options = {
"name" = mkOption {
description = "The header field name";
description = "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.";
type = types.str;
};
"value" = mkOption {