kubernetes/hack/make-rules
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
..
helpers Merge pull request #62657 from matthyx/master 2018-05-02 19:44:32 -07:00
BUILD Remove all traces of federation 2017-10-26 13:37:37 -07:00
build.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
clean.sh Merge pull request #62657 from matthyx/master 2018-05-02 19:44:32 -07:00
cross.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
make-help.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
Makefile.manifest Make the pause image a manifest list 2018-01-24 02:10:45 -05:00
test-cmd-util.sh Merge pull request #64034 from deads2k/cli-62-wait 2018-05-22 19:20:12 -07:00
test-cmd.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
test-e2e-node.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
test-integration.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
test-kubeadm-cmd.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
test.sh Merge pull request #62665 from liztio/kubeadm-e2e 2018-05-10 12:56:12 -07:00
update.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
verify.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
vet.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00