summaryrefslogtreecommitdiffstats
path: root/src/configs/kubernetes.rs
AgeCommit message (Collapse)Author
2019-10-05refactor: Implement Default for SegmentConfig (#495)Nikodem RabuliƄski
Implements the Default trait for SegmentConfig to clean up construction of empty segments. Also adds a segment::new() function to ease construction of simple segments.
2019-10-05fix: Disable Kubernetes module by default (#488)Thomas O'Donnell
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.