k3s/pkg/kubectl/resource
Kubernetes Submit Queue 3e5596321e
Merge pull request #60919 from dixudx/file_visit_error_info
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>.

include file name in the error when visiting files

**What this PR does / why we need it**:
/kind bug
/sig cli

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #60916

**Special notes for your reviewer**:
/cc @kubernetes/sig-cli-api-reviews 
**Release note**:

```release-note
include file name in the error when visiting files
```
2018-03-20 19:34:23 -07:00
..
BUILD Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
builder.go match KindFor first 2018-03-09 15:43:10 -05:00
builder_test.go All commands must declare Unstructured or Internal 2017-11-19 20:41:02 -05:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
helper.go add fieldSelector for kubectl get 2017-11-06 14:30:56 +08:00
helper_test.go add tests 2017-11-06 17:24:59 +08:00
interfaces.go Allow resource.Builder to modify requests per client 2017-11-18 14:34:26 -05:00
mapper.go Unify unstructured and versioned object in resource.Builder 2017-11-19 19:02:25 -05:00
result.go Unify unstructured and versioned object in resource.Builder 2017-11-19 19:02:25 -05:00
selector.go Unify unstructured and versioned object in resource.Builder 2017-11-19 19:02:25 -05:00
visitor.go include file name in the error when visiting files 2018-03-09 10:19:20 +08:00
visitor_test.go