k3s/pkg/master
Kubernetes Submit Queue e5b6026db6
Merge pull request #59287 from cheftako/cloud-context-level
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.
```
2018-02-06 20:27:39 -08:00
..
controller/crdregistration Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
ports update BUILD files 2017-10-15 18:18:13 -07:00
reconcilers Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
tunneler Add context to all relevant cloud APIs 2018-02-06 12:49:17 -08:00
BUILD test: bump timeout on //pkg/master 2018-02-06 14:41:02 -08:00
OWNERS Add enj as reviewer to OWNERS 2017-08-17 20:42:46 -04:00
client_ca_hook.go Client ca post start hook now checks if the system namespace already exists 2018-01-30 16:19:33 -08:00
client_ca_hook_test.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
client_util.go Client ca post start hook now checks if the system namespace already exists 2018-01-30 16:19:33 -08:00
controller.go Client ca post start hook now checks if the system namespace already exists 2018-01-30 16:19:33 -08:00
controller_test.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
doc.go
import_known_versions.go Add new Events API group 2017-11-22 18:40:09 +00:00
import_known_versions_test.go Enforce use of fixed size int types in the API 2017-11-13 11:28:59 -08:00
master.go refactor resource_config.go thoroughly and remove useless code in registry 2018-01-27 16:10:58 +08:00
master_openapi_test.go pkg/api/legacyscheme: fixup imports 2017-10-18 17:23:55 +02:00
master_test.go Use v1beta1 VolumeAttachment 2018-01-31 18:46:11 +08:00
services.go The TODO has been completed, so remove the comments 2018-01-29 09:45:22 +08:00