mayadata-io / scope

Monitoring, visualisation & management for Docker & Kubernetes
https://www.weave.works/product/weave-scope/
Apache License 2.0
22 stars 26 forks source link

Fix one pod to multiple PVC connection #151

Closed qiell closed 5 years ago

qiell commented 5 years ago

A pod can have multiple PVCs mounted to it.

This commit will read all the PV source from a pod spec and add adjacency between the pod and its PVCs.

Signed-off-by: Akash Srivastava akashsrivastava4927@gmail.com

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 1341


Changes Missing Coverage Covered Lines Changed/Added Lines %
probe/kubernetes/pod.go 4 7 57.14%
render/persistentvolume.go 9 12 75.0%
<!-- Total: 13 19 68.42% -->
Files with Coverage Reduction New Missed Lines %
probe/kubernetes/pod.go 1 70.45%
render/detailed/detailed.codecgen.go 1653 29.56%
report/report.codecgen.go 2459 35.7%
<!-- Total: 4113 -->
Totals Coverage Status
Change from base Build 1325: 0.02%
Covered Lines: 14608
Relevant Lines: 54651

💛 - Coveralls