k3s/pkg/volume/gcepd
Walter Fender 796097ae40 Staging the GCE Cloud Provider
**What type of PR is this?**
/kind cleanup

**What this PR does / why we need it**:
Staging the GCE Cloud Provider as part of KEP [20190125-removing-in-tree-providers](https://github.com/kubernetes/enhancements/blob/master/keps/sig-cloud-provider/20190125-removing-in-tree-providers.md). Staging repo setup here https://github.com/kubernetes/legacy-cloud-providers
Moves the GCE cloud provider implementation to staging.
This is in preparation for moving the cloud provider code out of tree entirely.
However we need it in staging while the code needs to be consumed both in/out of tree.

**Which issue(s) this PR fixes**:
Fixes #

**Special notes for your reviewer**:

**Does this PR introduce a user-facing change?**:

```
NONE
```

Updated import dependency tracking.
Factored in the cleanup from #77412
Minor fix to go.mod.
2019-05-07 13:17:52 -07:00
..
BUILD Staging the GCE Cloud Provider 2019-05-07 13:17:52 -07:00
OWNERS Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00
attacher.go Staging the GCE Cloud Provider 2019-05-07 13:17:52 -07:00
attacher_test.go remove cloud provider dependencies to pkg/volume 2019-02-09 01:16:55 -05:00
doc.go
gce_pd.go Staging the GCE Cloud Provider 2019-05-07 13:17:52 -07:00
gce_pd_block.go Always use filepath.Join instead of path.Join 2019-04-29 09:56:05 -06:00
gce_pd_block_test.go Always use filepath.Join instead of path.Join 2019-04-29 09:56:05 -06:00
gce_pd_test.go Always use filepath.Join instead of path.Join 2019-04-29 09:56:05 -06:00
gce_util.go Staging the GCE Cloud Provider 2019-05-07 13:17:52 -07:00
gce_util_test.go