Closed qiell closed 5 years ago
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 | |
---|---|
Change from base Build 1325: | 0.02% |
Covered Lines: | 14608 |
Relevant Lines: | 54651 |
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