feat(k8s): expose attrName in list of kubernetes types

This commit is contained in:
Jaka Hudoklin 2019-10-06 21:23:05 +02:00
parent ff59c7d905
commit bdc145e2bb
No known key found for this signature in database
GPG key ID: D1F18234B07BD6E2
9 changed files with 551 additions and 0 deletions

View file

@ -97,6 +97,11 @@ let
description = "Resource type kind";
type = types.str;
};
attrName = mkOption {
description = "Name of the nixified attribute";
type = types.str;
};
};
});
default = [];