Merge pull request #24090 from AdoHe/expose_rc

Automatic merge from submit-queue

fix expose multi protocols issue

Please refer #23882 for more detail. @bprashanth @bgrant0607 ptal.

<!-- Reviewable:start -->
---
This change is [<img src="http://reviewable.k8s.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](http://reviewable.k8s.io/reviews/kubernetes/kubernetes/24090)
<!-- Reviewable:end -->
This commit is contained in:
k8s-merge-robot
2016-05-14 07:15:58 -07:00
11 changed files with 293 additions and 8 deletions

View File

@@ -59,9 +59,8 @@ options:
usage: |
The port that the service should serve on. Copied from the resource being exposed, if unspecified
- name: protocol
default_value: TCP
usage: |
The network protocol for the service to be created. Default is 'tcp'.
The network protocol for the service to be created. Default is 'TCP'.
- name: record
default_value: "false"
usage: Record current kubectl command in the resource annotation.