k3s/pkg/kubectl
k8s-merge-robot 41b7b04faf Merge pull request #24554 from ingvagabund/dhodovska-events-flag-for-describers
Automatic merge from submit-queue

Introduce events flag for describers

Printing events for a given object is not always needed. Thus, introducing --show-events=false to ``kubectl describe`` to skip events printing.

Fixes: #24239
2016-05-08 14:41:28 -07:00
..
cmd Merge pull request #24554 from ingvagabund/dhodovska-events-flag-for-describers 2016-05-08 14:41:28 -07:00
resource Merge pull request #24919 from kargakis/avoid-panic-in-mapper 2016-05-06 15:07:05 -07:00
testing
OWNERS
apply.go
autoscale.go Fix the rest of the code 2016-04-29 17:12:10 -04:00
bash_comp_utils.go
configmap.go
configmap_test.go Fix kubectl create secret/configmap to allow = values 2016-05-04 17:14:12 -04:00
custom_column_printer.go
custom_column_printer_test.go
describe.go Merge pull request #24554 from ingvagabund/dhodovska-events-flag-for-describers 2016-05-08 14:41:28 -07:00
describe_test.go Introduce kubectl describe --show-events 2016-05-06 11:40:11 +02:00
doc.go
explain.go
generate.go
generate_test.go
history.go Switch api.ObjetaMetaFor to meta.Accessor 2016-03-31 17:52:31 +02:00
interfaces.go
kubectl.go Fix kubectl create secret/configmap to allow = values 2016-05-04 17:14:12 -04:00
kubectl_test.go Fix kubectl create secret/configmap to allow = values 2016-05-04 17:14:12 -04:00
namespace.go
namespace_test.go
proxy_server.go
proxy_server_test.go Uncomment the code that cause by #19254 2016-04-25 23:21:31 +08:00
resource_printer.go Fix the rest of the code 2016-04-29 17:12:10 -04:00
resource_printer_test.go Fix the rest of the code 2016-04-29 17:12:10 -04:00
rollback.go
rolling_updater.go Merge pull request #24645 from jlowdermilk/rolling-update 2016-05-04 07:24:22 -07:00
rolling_updater_test.go Merge pull request #24645 from jlowdermilk/rolling-update 2016-05-04 07:24:22 -07:00
run.go Fix the rest of the code 2016-04-29 17:12:10 -04:00
run_test.go Move internal types of job from pkg/apis/extensions to pkg/apis/batch 2016-04-25 11:03:54 +02:00
scale.go Fix the rest of the code 2016-04-29 17:12:10 -04:00
scale_test.go Fix the rest of the code 2016-04-29 17:12:10 -04:00
secret.go
secret_for_docker_registry.go
secret_for_docker_registry_test.go
secret_test.go Fix kubectl create secret/configmap to allow = values 2016-05-04 17:14:12 -04:00
service.go Fix the rest of the code 2016-04-29 17:12:10 -04:00
service_test.go
serviceaccount.go
serviceaccount_test.go
sorted_event_list.go
sorted_event_list_test.go
sorted_resource_name_list.go
sorting_printer.go
sorting_printer_test.go
stop.go Fix the rest of the code 2016-04-29 17:12:10 -04:00
stop_test.go Fix the rest of the code 2016-04-29 17:12:10 -04:00
version.go
watchloop.go