k3s/pkg/kubectl
k8s-merge-robot 0c2641d4ea Merge pull request #19946 from janetkuo/kubectl-rollout-status
Automatic merge from submit-queue

Add `kubectl rollout status`

## Pull Request Guidelines

1. Please read our [contributor guidelines](https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md).
1. See our [developer guide](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md).
1. Follow the instructions for [labeling and writing a release note for this PR](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes) in the block below.

```release-note
Implement `kubectl rollout status` that can be used to watch a deployment's rollout status
```

Addresses #17168; depends on #19882 (the "Add kubectl rollout" commit).
See [proposal](https://github.com/kubernetes/kubernetes/blob/master/docs/proposals/deploy.md#deployment-version). 

cc @bgrant0607 @nikhiljindal @ironcladlou @kargakis @kubernetes/sig-config @kubernetes/kubectl  @madhusudancs

<!-- 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/19946)
<!-- Reviewable:end -->
2016-05-12 06:28:49 -07:00
..
cmd Merge pull request #19946 from janetkuo/kubectl-rollout-status 2016-05-12 06:28:49 -07:00
resource Fix tests for renegotiation 2016-05-12 08:21:11 +02:00
testing regen codecs 2016-02-13 09:15:39 -05:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
apply.go move server client shared annotations to new api/annotations package 2016-05-09 11:10:44 -07:00
autoscale.go Move internal types of hpa from pkg/apis/extensions to pkg/apis/autoscaling 2016-05-09 09:18:13 +02:00
bash_comp_utils.go
configmap.go Add kubectl create configmap 2016-02-18 21:24:21 -05:00
configmap_test.go Fix kubectl create secret/configmap to allow = values 2016-05-04 17:14:12 -04:00
custom_column_printer.go Rename RawJSON to Raw in runtime.Unknown and add ContentType & ContentEncoding. 2016-03-16 16:43:58 +01:00
custom_column_printer_test.go ExtractList should handle v1.RawExtension correctly 2016-01-27 15:30:21 -05:00
describe.go Move internal types of hpa from pkg/apis/extensions to pkg/apis/autoscaling 2016-05-09 09:18:13 +02: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 fix rollout nil panice issue 2016-05-07 10:06:13 -04:00
interfaces.go Move restclient to its own package 2016-02-29 12:05:13 -08:00
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 Move restclient to its own package 2016-02-29 12:05:13 -08:00
proxy_server_test.go Uncomment the code that cause by #19254 2016-04-25 23:21:31 +08:00
resource_printer.go PSP types 2016-05-11 18:07:35 -04:00
resource_printer_test.go Fix the rest of the code 2016-04-29 17:12:10 -04:00
rollback.go Stop the users from rolling back a paused deployment in kubectl rollout undo 2016-03-16 15:46:22 -07:00
rolling_updater.go Merge pull request #24645 from jlowdermilk/rolling-update 2016-05-04 07:24:22 -07:00
rolling_updater_test.go Fix tests for renegotiation 2016-05-12 08:21:11 +02:00
rollout_status.go Add kubectl rollout status 2016-05-10 13:49:39 -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 Add kubectl create configmap 2016-02-18 21:24:21 -05:00
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 added 'kubectl create sa' to create serviceaccounts 2016-02-26 10:27:37 -05:00
serviceaccount_test.go added 'kubectl create sa' to create serviceaccounts 2016-02-26 10:27:37 -05:00
sorted_event_list.go
sorted_event_list_test.go
sorted_resource_name_list.go Improve rendering of multiple quotas in namespace; show scopes 2016-02-26 20:34:15 -05:00
sorting_printer.go Rename RawJSON to Raw in runtime.Unknown and add ContentType & ContentEncoding. 2016-03-16 16:43:58 +01:00
sorting_printer_test.go Rename RawJSON to Raw in runtime.RawExtension and add ContentType & ContentEncoding. 2016-03-18 12:35:27 +01:00
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