mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
feat(k8s): expose attrName in list of kubernetes types
This commit is contained in:
parent
ff59c7d905
commit
bdc145e2bb
9 changed files with 551 additions and 0 deletions
|
|
@ -97,6 +97,11 @@ let
|
|||
description = "Resource type kind";
|
||||
type = types.str;
|
||||
};
|
||||
|
||||
attrName = mkOption {
|
||||
description = "Name of the nixified attribute";
|
||||
type = types.str;
|
||||
};
|
||||
};
|
||||
});
|
||||
default = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue