kubernetes/pkg/printers/internalversion
Kubernetes Submit Queue 4a1d95ef57 Merge pull request #46646 from rickypai/rpai/add_container_runtime_version_to_node_wide_printer
Automatic merge from submit-queue (batch tested with PRs 47403, 46646, 46906, 46527, 46792)

add ContainerRuntimeVersion to `kubectl get nodes -o=wide` output

**What this PR does / why we need it**: adds container runtime version to `kubectl get nodes -o=wide` output as a way to surface more node-level information

When upgrading to a new container runtime version (docker 1.11 -> docker 1.12) or when experimenting with a different container runtime version (experimenting with rkt in a docker cluster), it's useful for cluster operators to see which nodes are running which container runtime version. `kubectl get nodes -o=wide` already provides kernel and OS version, and I believe adding container runtime version would be good.

**Release note**:
```release-note
container runtime version has been added to the output of `kubectl get nodes -o=wide` as `CONTAINER-RUNTIME`
```
2017-06-23 02:59:25 -07:00
..
.import-restrictions Restrict imports for printers 2017-02-23 00:28:31 -05:00
BUILD run hack/update-all 2017-06-22 11:31:03 -07:00
describe.go run hack/update-all 2017-06-22 11:31:03 -07:00
describe_test.go run hack/update-all 2017-06-22 11:31:03 -07:00
printers.go Merge pull request #46646 from rickypai/rpai/add_container_runtime_version_to_node_wide_printer 2017-06-23 02:59:25 -07:00
printers_test.go Merge pull request #46646 from rickypai/rpai/add_container_runtime_version_to_node_wide_printer 2017-06-23 02:59:25 -07:00
sorted_resource_name_list_test.go Refactor printers to separate typed printers from generic code 2017-02-23 00:28:30 -05:00