fix: Disable Kubernetes module by default (#488)

Given the global nature of the Kubernetes module, the module has been disabled by default. The opportunity has also been taken to refactor the Kubernetes module to use the new config module.
This commit is contained in:
Thomas O'Donnell
2019-10-05 11:31:23 +02:00
committed by Matan Kushner
parent 1bf60b3dd5
commit 5a8777ff45
4 changed files with 57 additions and 12 deletions
+1
View File
@@ -2,6 +2,7 @@ pub mod aws;
pub mod battery;
pub mod character;
pub mod dotnet;
pub mod kubernetes;
pub mod rust;
use crate::config::{ModuleConfig, RootModuleConfig};