mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
feat(k8s): remove stale code
This commit is contained in:
parent
ecf531aeb4
commit
e240491ad6
1 changed files with 0 additions and 8 deletions
|
|
@ -3,8 +3,6 @@
|
|||
with lib;
|
||||
|
||||
let
|
||||
isModule = hasAttr "module" config;
|
||||
|
||||
removeKubenixOptions = filterAttrs (name: attr: name != "kubenix");
|
||||
|
||||
moduleToAttrs = value:
|
||||
|
|
@ -167,12 +165,6 @@ in {
|
|||
inherit (cr) group version kind plural;
|
||||
}) config.kubernetes.customResources;
|
||||
|
||||
options.kubernetes.propagateDefaults = mkOption {
|
||||
description = "Whehter to propagate child defaults";
|
||||
type = types.bool;
|
||||
default = false;
|
||||
};
|
||||
|
||||
options.kubernetes.objects = mkOption {
|
||||
description = "Attribute set of kubernetes objects";
|
||||
type = types.listOf types.attrs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue