Introduce kubectl describe --show-events

Introduce DescriberSettings for Describer display options
Introduce --show-events flag and DescriberSettings in Describer methods
Introduce unit-tests
Regenerated kubectl describe docs
Add events flag tests to test-cmd.sh

Signed-off-by: dhodovsk@redhat.com
Signed-off-by: jchaloup@redhat.com
This commit is contained in:
Jan Chaloupka
2016-04-20 19:27:32 +02:00
parent 60324ff884
commit dd2c9c578d
12 changed files with 410 additions and 76 deletions

View File

@@ -33,6 +33,9 @@ options:
- name: selector
shorthand: l
usage: Selector (label query) to filter on
- name: show-events
default_value: "true"
usage: If true, display events related to the described object.
inherited_options:
- name: alsologtostderr
default_value: "false"