• Kubernetes Submit Queue's avatar
    Merge pull request #66736 from hanxiaoshuai/cleanup0728 · 83f6efce
    Kubernetes Submit Queue authored
    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
    ```
    83f6efce
Name
Last commit
Last update
..
auth Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
azure.go Loading commit data...
azure_backoff.go Loading commit data...
azure_backoff_test.go Loading commit data...
azure_blobDiskController.go Loading commit data...
azure_cache.go Loading commit data...
azure_cache_test.go Loading commit data...
azure_client.go Loading commit data...
azure_controller_common.go Loading commit data...
azure_controller_standard.go Loading commit data...
azure_controller_vmss.go Loading commit data...
azure_fakes.go Loading commit data...
azure_file.go Loading commit data...
azure_instance_metadata.go Loading commit data...
azure_instances.go Loading commit data...
azure_loadbalancer.go Loading commit data...
azure_loadbalancer_test.go Loading commit data...
azure_managedDiskController.go Loading commit data...
azure_metrics.go Loading commit data...
azure_metrics_test.go Loading commit data...
azure_routes.go Loading commit data...
azure_routes_test.go Loading commit data...
azure_standard.go Loading commit data...
azure_standard_test.go Loading commit data...
azure_storage.go Loading commit data...
azure_storage_test.go Loading commit data...
azure_storageaccount.go Loading commit data...
azure_storageaccount_test.go Loading commit data...
azure_test.go Loading commit data...
azure_vmsets.go Loading commit data...
azure_vmss.go Loading commit data...
azure_vmss_cache.go Loading commit data...
azure_vmss_cache_test.go Loading commit data...
azure_vmss_test.go Loading commit data...
azure_wrap.go Loading commit data...
azure_wrap_test.go Loading commit data...
azure_zones.go Loading commit data...
azure_zones_test.go Loading commit data...