k3s/pkg/printers/internalversion
Kubernetes Submit Queue 8e3d32b141 Merge pull request #44710 from xiangpengzhao/describe-print-rc-rs-conditions
Automatic merge from submit-queue

Print conditions of RC/RS in 'kubectl describe' command

**What this PR does / why we need it**:
If conditions of RC/RS exist, print them in 'kubectl describe' command.

**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
Print conditions of RC/RS in 'kubectl describe' command.
```
2017-04-21 07:47:29 -07:00
..
.import-restrictions Restrict imports for printers 2017-02-23 00:28:31 -05:00
BUILD Smarter describer for generic resources 2017-04-17 15:42:47 -03:00
describe.go Merge pull request #44710 from xiangpengzhao/describe-print-rc-rs-conditions 2017-04-21 07:47:29 -07:00
describe_test.go Smarter describer for generic resources 2017-04-17 15:42:47 -03:00
printers.go move helpers.go to helper 2017-04-11 15:49:11 -07:00
printers_test.go remove strings.compare(), use string native operation 2017-04-19 09:32:29 +08:00
sorted_resource_name_list_test.go