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

@@ -294,7 +294,3 @@ func (f *PersistentVolumeRecycler) GetMounter() mount.Interface {
func (f *PersistentVolumeRecycler) GetWriter() ioutil.Writer {
return nil
}
func (f *PersistentVolumeRecycler) GetHostName() string {
return ""
}