Files
velero/pkg
Andy Goldstein b1caacac50 Fix check for non-found PV
We were checking for nil, but were getting back an empty
*unstructured.Unstructured{} instead, along with a NotFound error.
Change the logic to check for the NotFound error instead of a nil
object.

Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
2018-11-08 11:10:45 -05:00
..
2018-11-08 11:10:45 -05:00
2018-08-30 15:48:08 -04:00