• Kubernetes Submit Queue's avatar
    Merge pull request #59287 from cheftako/cloud-context-level · e5b6026d
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 59441, 58264, 59287, 59396, 59439). 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 context to all relevant cloud APIs
    
    **What this PR does / why we need it**:
    
    This adds context to all the relevant cloud provider interface signatures.
    Callers of those APIs are currently satisfied using context.TODO().
    There will be follow on PRs to push the context through the stack.
    
    **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 #815
    
    **Special notes for your reviewer**:
    For an idea of the full scope of this change please look at PR #58532.
    
    **Release note**:
    ```release-note
    Implementers of the cloud provider interface will note the addition of a context to this interface. Trivial code modification will be necessary for a cloud provider to continue to compile.
    ```
    e5b6026d
Name
Last commit
Last update
..
controller/crdregistration Loading commit data...
ports Loading commit data...
reconcilers Loading commit data...
tunneler Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
client_ca_hook.go Loading commit data...
client_ca_hook_test.go Loading commit data...
client_util.go Loading commit data...
controller.go Loading commit data...
controller_test.go Loading commit data...
doc.go Loading commit data...
import_known_versions.go Loading commit data...
import_known_versions_test.go Loading commit data...
master.go Loading commit data...
master_openapi_test.go Loading commit data...
master_test.go Loading commit data...
services.go Loading commit data...