This repository was archived by the owner on Mar 22, 2018. It is now read-only.
Commit 7b7891a
Kubernetes Submit Queue
Merge pull request #58560 from FengyunPan/fix-ErrResourceNotFound
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
Fix non-interface type ErrResourceNotFound on left
Related to #58145
The gophercloud.ErrResourceNotFound is not a interface, so should
use reflect to get its type then do a check.
**Release note**:
```release-note
NONE
```1 file changed
Lines changed: 19 additions & 7 deletions
Lines changed: 19 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
568 | 569 | | |
569 | 570 | | |
570 | 571 | | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
571 | 587 | | |
572 | 588 | | |
573 | 589 | | |
| |||
993 | 1009 | | |
994 | 1010 | | |
995 | 1011 | | |
996 | | - | |
997 | | - | |
998 | | - | |
999 | | - | |
| 1012 | + | |
| 1013 | + | |
1000 | 1014 | | |
1001 | 1015 | | |
1002 | 1016 | | |
| |||
1495 | 1509 | | |
1496 | 1510 | | |
1497 | 1511 | | |
1498 | | - | |
1499 | | - | |
1500 | | - | |
| 1512 | + | |
1501 | 1513 | | |
1502 | 1514 | | |
1503 | 1515 | | |
| |||
0 commit comments