Add 'kubectl set image'

This commit is contained in:
Janet Kuo
2016-05-10 17:26:39 -07:00
parent 28333a0041
commit 4332472bde
33 changed files with 979 additions and 91 deletions

View File

@@ -14,7 +14,7 @@ options:
- name: dry-run
default_value: "false"
usage: |
If true, only print the object that would be sent, without creating it.
If true, only print the object that would be sent, without sending it.
- name: filename
shorthand: f
default_value: '[]'

View File

@@ -21,7 +21,7 @@ options:
- name: dry-run
default_value: "false"
usage: |
If true, only print the object that would be sent, without creating it.
If true, only print the object that would be sent, without sending it.
- name: external-ip
usage: |
Additional external IP address (not managed by Kubernetes) to accept for the service. If this IP is routed to a node, the service can be accessed by this IP in addition to its generated service IP.

View File

@@ -17,7 +17,7 @@ options:
- name: dry-run
default_value: "false"
usage: |
If true, print out the changes that would be made, but don't actually make them.
If true, only print the object that would be sent, without sending it.
- name: filename
shorthand: f
default_value: '[]'

View File

@@ -65,3 +65,4 @@ inherited_options:
comma-separated list of pattern=N settings for file-filtered logging
see_also:
- kubectl
- image