k3s/pkg/printers
Kubernetes Submit Queue 476e207aef Merge pull request #52484 from zjj2wry/cronjob
Automatic merge from submit-queue (batch tested with PRs 50890, 52484, 52542, 52567, 50672). 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>..

fix kubectl get cronjob lose age info

**What this PR does / why we need it**:
relate with #20941
befere output:
```
NAME      SCHEDULE      SUSPEND   ACTIVE    LAST SCHEDULE   AGE
pi        0/5 * * * ?   False     1         Thu, 14 Sep 2017 20:10:00 +0800
```
now output:
```
admindeMacBook-Pro-2:kubectl admin$ ./kubectl get cronjob
NAME      SCHEDULE      SUSPEND   ACTIVE    LAST SCHEDULE   AGE
pi        0/5 * * * ?   False     1         3m              4m
```

**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**:
thanks
**Release note**:

```release-note
NONE
```
2017-09-23 16:26:49 -07:00
..
internalversion Merge pull request #52484 from zjj2wry/cronjob 2017-09-23 16:26:49 -07:00
storage Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
.import-restrictions
BUILD Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
OWNERS
common.go
customcolumn.go Get cmd uses print-column extn from Openapi schema 2017-06-06 13:30:24 -07:00
customcolumn_test.go run hack/update-all 2017-06-22 11:31:03 -07:00
humanreadable.go Add a new default printer handler for HumanReadable 2017-07-05 00:31:41 -04:00
interface.go Get cmd uses print-column extn from Openapi schema 2017-06-06 13:30:24 -07:00
json.go Denote if a printer is generic. 2017-05-31 13:02:23 +05:30
jsonpath.go Denote if a printer is generic. 2017-05-31 13:02:23 +05:30
name.go Denote if a printer is generic. 2017-05-31 13:02:23 +05:30
printers.go remove duplicated word file in error 2017-07-14 18:01:51 +08:00
tabwriter.go
template.go Denote if a printer is generic. 2017-05-31 13:02:23 +05:30
versioned.go Denote if a printer is generic. 2017-05-31 13:02:23 +05:30