k3s/pkg/printers
Kubernetes Submit Queue debced7449 Merge pull request #45572 from xiangpengzhao/fix-node-none
Automatic merge from submit-queue (batch tested with PRs 45685, 45572, 45624, 45723, 45733)

Display <none> for "kubectl get pods -o wide" when node is empty.

**What this PR does / why we need it**:
If pods are pending due to no matched node to be scheduled, `Spec.NodeName` would be empty. In this case, "kubectl get pods -o wide" displays `<none>` instead of empty.

**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-05-12 14:00:54 -07:00
..
internalversion Merge pull request #45572 from xiangpengzhao/fix-node-none 2017-05-12 14:00:54 -07:00
.import-restrictions Restrict imports for printers 2017-02-23 00:28:31 -05:00
BUILD Smarter get printer for generic resources 2017-04-17 15:42:47 -03:00
OWNERS Add pkg/printers OWNERS 2017-03-07 22:28:27 -05:00
common.go Fixed a tiny issue for ShortHumanDuration printer. 2017-04-18 16:11:41 +08:00
customcolumn.go
customcolumn_test.go
humanreadable.go De-duplication in printer 2017-05-10 08:45:20 +08:00
humanreadable_test.go Smarter get printer for generic resources 2017-04-17 15:42:47 -03:00
interface.go
json.go
jsonpath.go
name.go Fixes get -oname for unstructured objects 2017-04-28 14:12:36 -03:00
printers.go
tabwriter.go
template.go
versioned.go