k3s/pkg/printers
Kubernetes Submit Queue 15a24eb056 Merge pull request #44316 from xiangpengzhao/print-node-addr
Automatic merge from submit-queue (batch tested with PRs 44440, 44038, 44302, 44316, 43876)

Show node address type in kubectl describe node command

**What this PR does / why we need it**:
To make node addresses more clear when describing node.

Before:
```
Addresses:		192.168.1.220,192.168.1.220,192.168.1.220
```

After:
```
Addresses:
 LegacyHostIP:	192.168.1.220
 InternalIP:	192.168.1.220
 Hostname:	192.168.1.220
```

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

**Special notes for your reviewer**:

**Release note**:

```release-note
None
```
2017-04-13 23:18:05 -07:00
..
internalversion Merge pull request #44316 from xiangpengzhao/print-node-addr 2017-04-13 23:18:05 -07:00
.import-restrictions Restrict imports for printers 2017-02-23 00:28:31 -05:00
BUILD generated: bazel 2017-02-23 00:28:32 -05:00
OWNERS Add pkg/printers OWNERS 2017-03-07 22:28:27 -05:00
common.go
customcolumn.go
customcolumn_test.go
humanreadable.go Fix error printing objects from kubectl get -w 2017-02-28 22:36:26 -05:00
interface.go
json.go
jsonpath.go
name.go NamePrinter should not hardcode scheme 2017-02-23 00:28:31 -05:00
printers.go
tabwriter.go
template.go
versioned.go