Filename, directory, or URL to a file identifying the resource to update the annotation
Filename, directory, or URL to a file identifying the resource to update the annotation
- name: include-extended-apis
default_value: "true"
usage: |
If true, include definitions of new APIs via calls to the API server. [default true]
- name: no-headers
- name: no-headers
default_value: "false"
default_value: "false"
usage: When using the default output, don't print headers.
usage: When using the default output, don't print headers.
...
@@ -39,6 +43,10 @@ options:
...
@@ -39,6 +43,10 @@ options:
- name: record
- name: record
default_value: "false"
default_value: "false"
usage: Record current kubectl command in the resource annotation.
usage: Record current kubectl command in the resource annotation.
- name: recursive
shorthand: R
default_value: "false"
usage: If true, process directory recursively.
- name: resource-version
- name: resource-version
usage: |
usage: |
If non-empty, the annotation update will only succeed if this is the current resource-version for the object. Only valid when specifying a single resource.
If non-empty, the annotation update will only succeed if this is the current resource-version for the object. Only valid when specifying a single resource.
Filename, directory, or URL to a file identifying the resource to update the labels
Filename, directory, or URL to a file identifying the resource to update the labels
- name: include-extended-apis
default_value: "true"
usage: |
If true, include definitions of new APIs via calls to the API server. [default true]
- name: no-headers
- name: no-headers
default_value: "false"
default_value: "false"
usage: When using the default output, don't print headers.
usage: When using the default output, don't print headers.
...
@@ -37,6 +41,10 @@ options:
...
@@ -37,6 +41,10 @@ options:
- name: record
- name: record
default_value: "false"
default_value: "false"
usage: Record current kubectl command in the resource annotation.
usage: Record current kubectl command in the resource annotation.
- name: recursive
shorthand: R
default_value: "false"
usage: If true, process directory recursively.
- name: resource-version
- name: resource-version
usage: |
usage: |
If non-empty, the labels update will only succeed if this is the current resource-version for the object. Only valid when specifying a single resource.
If non-empty, the labels update will only succeed if this is the current resource-version for the object. Only valid when specifying a single resource.
Image to use for upgrading the replication controller. Must be distinct from the existing image (either new image or new image tag). Can not be used with --filename/-f
Image to use for upgrading the replication controller. Must be distinct from the existing image (either new image or new image tag). Can not be used with --filename/-f
- name: include-extended-apis
default_value: "true"
usage: |
If true, include definitions of new APIs via calls to the API server. [default true]
- name: no-headers
- name: no-headers
default_value: "false"
default_value: "false"
usage: When using the default output, don't print headers.
usage: When using the default output, don't print headers.
...
@@ -38,8 +42,8 @@ options:
...
@@ -38,8 +42,8 @@ options:
Output the formatted object with the given group version (for ex: 'extensions/v1beta1').
Output the formatted object with the given group version (for ex: 'extensions/v1beta1').
- name: poll-interval
- name: poll-interval
default_value: 3s
default_value: 3s
usage: "Time delay between polling for replication controller status after the update.
usage: |
Valid time units are \"ns\", \"us\" (or \"µs\"), \"ms\", \"s\", \"m\", \"h\".\n"
Time delay between polling for replication controller status after the update. Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
- name: rollback
- name: rollback
default_value: "false"
default_value: "false"
usage: |
usage: |
...
@@ -65,12 +69,12 @@ options:
...
@@ -65,12 +69,12 @@ options:
Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview].
Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview].
- name: timeout
- name: timeout
default_value: 5m0s
default_value: 5m0s
usage: "Max time to wait for a replication controller to update before giving up.
usage: |
Valid time units are \"ns\", \"us\" (or \"µs\"), \"ms\", \"s\", \"m\", \"h\".\n"
Max time to wait for a replication controller to update before giving up. Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
- name: update-period
- name: update-period
default_value: 1m0s
default_value: 1m0s
usage: "Time to wait between updating pods. Valid time units are \"ns\", \"us\"
usage: |
(or \"µs\"), \"ms\", \"s\", \"m\", \"h\".\n"
Time to wait between updating pods. Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h".