k3s/pkg/kubectl/explain
Kubernetes Submit Queue f331434774
Merge pull request #60154 from deads2k/cli-11-decoder
Automatic merge from submit-queue (batch tested with PRs 60148, 60022, 59125, 60068, 60154). 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>.

 remove unneeded factory codec methods

Builds on https://github.com/kubernetes/kubernetes/pull/60117, so only the last commit is unique.

After we collapsed onto our own internal scheme for managing conversion and typing, the flexibility in codecs is the next area to collapse.  This pull eliminates those methods from the factory and then removes lots of dead code in the fake factories that supported this un-used flexibility

@kubernetes/sig-cli-maintainers 
@pwittrock @adohe @soltysh looking cleaner all the time.

```release-note
NONE
```
2018-02-21 18:09:51 -08:00
..
BUILD remove unneeded factory codec methods 2018-02-21 15:20:20 -05: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 remove unneeded factory codec methods 2018-02-21 15:20:20 -05:00
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 Remove trailing commas from test-swagger.json 2017-12-12 08:47:07 +01:00
typename.go Update openapi to use kube-openapi code 2017-10-20 09:21:06 -07:00
typename_test.go