kubernetes/pkg/volume/gcepd
Travis Rhoden be7da5052f Refactor pkg/util/mount to be more reusable
This patch refactors pkg/util/mount to be more usable outside of
Kubernetes. This is done by refactoring mount.Interface to only contain
methods that are not K8s specific. Methods that are not relevant to
basic mount activities but still have OS-specific implementations are
now found in a mount.HostUtils interface.
2019-06-14 09:35:18 -06:00
..
attacher_test.go remove cloud provider dependencies to pkg/volume 2019-02-09 01:16:55 -05:00
attacher.go Staging the GCE Cloud Provider 2019-05-07 13:17:52 -07:00
BUILD Staging the GCE Cloud Provider 2019-05-07 13:17:52 -07:00
doc.go
gce_pd_block_test.go Always use filepath.Join instead of path.Join 2019-04-29 09:56:05 -06:00
gce_pd_block.go Always use filepath.Join instead of path.Join 2019-04-29 09:56:05 -06:00
gce_pd_test.go Change fsGroup to mounterArgs in volume.SetUp() to allow for future extension. 2019-05-29 15:12:28 -04:00
gce_pd.go Refactor pkg/util/mount to be more reusable 2019-06-14 09:35:18 -06:00
gce_util_test.go
gce_util.go 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