k3s/pkg
Kubernetes Submit Queue 83f6efcec0
Merge pull request #66736 from hanxiaoshuai/cleanup0728
Automatic merge from submit-queue. 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>.

use func WaitForCompletionRef replace of deprecated func WaitForCompletion

**What this PR does / why we need it**:
use func WaitForCompletionRef replace of deprecated func WaitForCompletion

```
// WaitForCompletion will return when one of the following conditions is met: the long
// running operation has completed, the provided context is cancelled, or the client's
// polling duration has been exceeded.  It will retry failed polling attempts based on
// the retry value defined in the client up to the maximum retry attempts.
// Deprecated: Please use WaitForCompletionRef() instead.
func (f Future) WaitForCompletion(ctx context.Context, client autorest.Client) error {
	return f.WaitForCompletionRef(ctx, client)
}
```

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #

**Special notes for your reviewer**:

**Release note**:

```release-note
NONE
```
2018-08-07 03:34:28 -07:00
..
api make package name match all the import aliases 2018-08-01 15:31:12 -04:00
apis Merge pull request #66883 from tallclair/validation 2018-08-06 07:13:18 -07:00
auth
capabilities
client
cloudprovider Merge pull request #66736 from hanxiaoshuai/cleanup0728 2018-08-07 03:34:28 -07:00
controller Merge pull request #66958 from yue9944882/chore/homogenize-controller-keyfunc 2018-08-06 13:40:12 -07:00
credentialprovider fix acr sp access issue 2018-07-20 08:39:31 +00:00
features Merge pull request #66726 from liggitt/kubelet-server 2018-07-27 22:17:09 -07:00
fieldpath
generated Merge pull request #65737 from roycaihw/api-linter 2018-07-13 18:00:00 -07:00
kubeapiserver This is a combination of 3 commits. 2018-08-06 22:29:10 +08:00
kubectl expose default LogsForObject consumeRequest func 2018-08-06 16:23:18 -04:00
kubelet Merge pull request #66946 from LinEricYang/unused-variable 2018-08-06 19:44:04 -07:00
kubemark Merge pull request #66284 from stewart-yu/stewart-sharedtype-move 2018-07-30 19:50:36 -07:00
master generated 2018-07-13 11:41:09 -04:00
printers Break annotations with newlines and shorten length 2018-07-31 19:22:50 -04:00
probe
proxy make package name match all the import aliases 2018-08-01 15:31:12 -04:00
quota Merge pull request #66351 from vikaschoudhary16/fix-scopeselector-exist-operator 2018-08-06 07:13:14 -07:00
registry dry-run: Use dry-runnable structure 2018-08-03 14:30:50 -07:00
routes
scheduler Merge pull request #65616 from cofyc/fix56163 2018-07-31 19:18:00 -07:00
security Cleanup & fix PodSecurityPolicy field path usage 2018-07-18 17:47:32 -07:00
securitycontext
serviceaccount
ssh
util Merge pull request #64815 from dixudx/hostname_empty 2018-08-03 17:13:32 -07:00
version
volume Merge pull request #66553 from feiskyer/azure-disk-availablity-zone 2018-08-06 02:02:54 -07:00
watch/json
windows/service
.import-restrictions
BUILD
OWNERS