k3s/pkg/printers/internalversion
Kubernetes Submit Queue 9a277fba7d Merge pull request #50071 from xiangpengzhao/fix-des-svc
Automatic merge from submit-queue

Display healthcheck nodeport and other fields in describe service

**What this PR does / why we need it**:
Some fields such as `HealthCheckNodePort` are not displayed currently. This PR fixes it.

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

**Special notes for your reviewer**:
/sig cli network

**Release note**:

```release-note
NONE
```
2017-08-05 20:53:19 -07:00
..
.import-restrictions Restrict imports for printers 2017-02-23 00:28:31 -05:00
BUILD Add some more table printer 2017-08-03 10:35:07 +08:00
describe.go Display healthcheck nodeport and other fields in describe service 2017-08-04 13:01:42 +08:00
describe_test.go Display healthcheck nodeport and other fields in describe service 2017-08-04 13:01:42 +08:00
printers.go address comments 2017-08-03 10:44:02 +08:00
printers_test.go Add some more table printer 2017-08-03 10:35:07 +08:00
sorted_resource_name_list_test.go