k3s/hack/make-rules
Kubernetes Submit Queue 9ccc291e8a Merge pull request #37263 from smarterclayton/wait_on_immediate
Automatic merge from submit-queue

When --grace-period=0 is provided, wait for deletion

The grace-period is automatically set to 1 unless --force is provided, and the client waits until the object is deleted.

This preserves backwards compatibility with 1.4 and earlier. It does not handle scenarios where the object is deleted and a new object is created with the same name because we don't have the initial object loaded (and that's a larger change for 1.5).

Fixes #37117 by relaxing the guarantees provided.

```release-note
When deleting an object with `--grace-period=0`, the client will begin a graceful deletion and wait until the resource is fully deleted.  To force deletion, use the `--force` flag.
```
2016-11-30 11:15:17 -08:00
..
helpers Make all useage of sort deterministic 2016-10-20 16:47:20 -04:00
build.sh Add a verbosity concept to kubernetes scripts 2016-08-04 22:01:22 -07:00
cross.sh Bundle kubemark in test tarball instead of server tarball 2016-09-26 11:06:48 -07:00
test-cmd.sh Merge pull request #37263 from smarterclayton/wait_on_immediate 2016-11-30 11:15:17 -08:00
test-e2e-node.sh Fix remote node e2e focus. 2016-11-22 10:10:02 -08:00
test-integration.sh Make all useage of sort deterministic 2016-10-20 16:47:20 -04:00
test-kubeadm-cmd.sh Adding CLI tests for kubeadm. 2016-10-31 11:12:51 -07:00
test.sh Merge pull request #32427 from Random-Liu/system-verification 2016-11-06 17:12:39 -08:00
verify.sh add update-staging-client-go.sh and verify-staging-client-go.sh; 2016-10-29 14:20:39 -07:00
vet.sh fix go vet errors 2016-08-10 16:45:41 -07:00