k3s/pkg/kubectl/explain
Kubernetes Submit Queue 0e8683e173
Merge pull request #56746 from xuri/patch
Automatic merge from submit-queue (batch tested with PRs 56639, 56746, 56715, 56673, 56726). 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>.

Simple code and typo fixed.

**What this PR does / why we need it**:
Simple code and typo fixed.
**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
none
**Special notes for your reviewer**:
none
**Release note**:

```release-note
NONE
```
2017-12-16 06:39:42 -08:00
..
BUILD Merge pull request #55689 from luksa/kubectl_explain_kind_version 2017-12-15 08:12:28 -08:00
OWNERS Add apelisse to OWNERS 2017-11-09 15:39:31 -08:00
explain.go Merge pull request #55689 from luksa/kubectl_explain_kind_version 2017-12-15 08:12:28 -08:00
explain_test.go kubectl explain: ignore trailing period 2017-11-15 17:52:04 +05:30
field_lookup.go Update openapi to use kube-openapi code 2017-10-20 09:21:06 -07:00
field_lookup_test.go kubectl explain: ignore trailing period 2017-11-15 17:52:04 +05:30
fields_printer.go Update openapi to use kube-openapi code 2017-10-20 09:21:06 -07:00
fields_printer_builder.go
fields_printer_test.go
formatter.go Simple code and typo fixed. 2017-12-02 21:12:39 +08:00
formatter_test.go
model_printer.go Kubectl explain now also prints the Kind and APIVersion of the resource 2017-11-14 11:05:19 +01:00
model_printer_test.go Kubectl explain now also prints the Kind and APIVersion of the resource 2017-11-14 11:05:19 +01:00
recursive_fields_printer.go Update openapi to use kube-openapi code 2017-10-20 09:21:06 -07:00
recursive_fields_printer_test.go
test-swagger.json
typename.go Update openapi to use kube-openapi code 2017-10-20 09:21:06 -07:00
typename_test.go