Closed hjacobs closed 4 years ago
Make _context.pvc_is_not_referenced return false if a CronJob or Job can be found which has a volumes property referencing the Persistent Volume Claim (PVC) by name.
_context.pvc_is_not_referenced
false
CronJob
Job
volumes
Fixes #65.
Make
_context.pvc_is_not_referenced
returnfalse
if aCronJob
orJob
can be found which has avolumes
property referencing the Persistent Volume Claim (PVC) by name.Fixes #65.