Files
kubernetes/docs/man/man1
Kubernetes Submit Queue f9c8898116 Merge pull request #64034 from deads2k/cli-62-wait
Automatic merge from submit-queue (batch tested with PRs 64034, 64072, 64146, 64059, 64161). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

add kubectl wait

Adds a `kubectl wait --for=[delete|condition=condition-name] resource/string` command.  This allows generic waiting on well behaved conditions and for a resource or set of resources to be deleted.

This was requested for delete to do foreground deletion

WIP because I need to add test cases.


@kubernetes/sig-cli-maintainers this is using a separation of concerns made possible by the genericclioptions to make an easily unit testable command.
@smarterclayton 

```release-note
adds a kubectl wait command
```
2018-05-22 19:20:12 -07:00
..
2017-10-27 10:03:51 +02:00
2018-05-18 00:55:01 +01:00
2017-10-27 10:03:51 +02:00
2017-10-27 10:03:51 +02:00
2017-10-27 10:03:51 +02:00
2017-10-27 10:03:51 +02:00
2017-10-27 10:03:51 +02:00
2018-05-16 15:23:40 -04:00
2017-10-27 10:03:51 +02:00
2017-10-27 10:03:51 +02:00
2017-10-27 10:03:51 +02:00
2016-11-08 06:33:46 -08:00
2016-11-08 06:33:46 -08:00
2016-11-08 06:33:46 -08:00
2016-10-29 20:24:54 -07:00
2018-05-22 08:47:42 -04:00