mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
feat(modules): add labels to modules
This commit is contained in:
parent
bd36e010d0
commit
a45f6b8b15
1 changed files with 6 additions and 0 deletions
|
|
@ -129,6 +129,12 @@ in {
|
|||
default = "default";
|
||||
};
|
||||
|
||||
labels = mkOption {
|
||||
description = "Attribute set of module lables";
|
||||
type = types.attrsOf types.str;
|
||||
default = {};
|
||||
};
|
||||
|
||||
configuration = mkOption {
|
||||
description = "Module configuration";
|
||||
type = submodule {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue