mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
feat(test,k8s): add crd tests
This commit is contained in:
parent
bd6741fab1
commit
fde2d5557c
4 changed files with 79 additions and 1 deletions
|
|
@ -152,11 +152,12 @@ in {
|
|||
description = mkOption {
|
||||
description = "CRD description";
|
||||
type = types.str;
|
||||
default = "";
|
||||
};
|
||||
|
||||
module = mkOption {
|
||||
description = "CRD module";
|
||||
default = {};
|
||||
default = types.unspecified;
|
||||
};
|
||||
};
|
||||
}));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue