Revert "Refactor GCE wrapper library to allow execution from E2E test suite"

This commit is contained in:
Jerzy Szczepkowski
2015-11-23 09:24:32 +01:00
parent 6fd986065b
commit 8a922e22be
8 changed files with 103 additions and 239 deletions

View File

@@ -156,9 +156,6 @@ type VolumeHost interface {
// Get writer interface for writing data to disk.
GetWriter() io.Writer
// Returns the hostname of the host kubelet is running on
GetHostName() string
}
// VolumePluginMgr tracks registered plugins.