Files
velero/pkg
Andy Goldstein 3788014552 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 10:56:14 -05:00
..
2018-07-31 08:34:57 -07:00
2018-10-17 14:00:38 -06:00
2018-11-08 10:56:14 -05:00